commit | 8cd62e666f36777dd2643851c62f8211e882ca35 | [log] [tgz] |
---|---|---|
author | Raymond Toy <rtoy@chromium.org> | Fri Mar 05 01:40:49 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 05 01:40:49 2021 |
tree | 630be3b72a6e78c7ab30a58c975e247d90d97ed8 | |
parent | 09ded48fd6b5a42ef0be2b99029db0e8ab2b3950 [diff] |
Get render quantum frames in DeferredTaskHandler (Part 2/N) In this CL, we convert the simpler cases of replacing audio_utilities::kRenderQuantumFrames with GetDeferredTaskHandler().RenderQuantumFrames(). No user-visible changes. Bug: 988121 Change-Id: I337ee7cdff6fd8a149fa7beefd01e791d4c97b93 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2715424 Reviewed-by: Hongchan Choi <hongchan@chromium.org> Commit-Queue: Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#860054}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.