commit | 812dce64f0fb89fbca64d9d270df8168ab234fe3 | [log] [tgz] |
---|---|---|
author | Dave Tapuska <dtapuska@chromium.org> | Mon Jul 25 17:18:41 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 25 17:18:41 2022 |
tree | 1b1b5e31f0a5a60d846713a35ff1f517c515f4c6 | |
parent | d6b892adb9484dd0be5f5894e2108985722e96ed [diff] |
Remove WebThreadScheduler::PauseRenderer API Add a new MainThreadScheduler interface that this API is moved to. MainThreadScheduler extends from ThreadScheduler. To prevent a diamond inheritance in the implementation, ThreadSchedulerImpl is renamed to ThreadSchedulerBase and no longer implements ThreadScheduler. BUG=1105403 Change-Id: I300f5cd5c85860e072848d4b14b7ae520e4c8fb9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3758249 Reviewed-by: Carlos Caballero Grolimund <carlscab@google.com> Reviewed-by: Kouhei Ueno <kouhei@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/main@{#1027812}
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.
If you found a bug, please file it at https://crbug.com/new.