commit | b0d67134b609dabdcafa9cafede15f1c170ee338 | [log] [tgz] |
---|---|---|
author | Dave Tapuska <dtapuska@chromium.org> | Wed May 12 03:14:24 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 12 03:14:24 2021 |
tree | ac4eb0eb85fd86de835400568e30f66582f5f66f | |
parent | f8360c27f55e8e0a649f4ffdc7aff601eef6a4b1 [diff] |
Remove CompositorDependencies. The only accessor for CompositorDependencies that is left is one in UpdateStateForCommit in RenderFrameImpl. Creating a RenderFrame already requires a RenderThread to exist (real or mock), so just convert it to a call on the RenderThread. BUG=1155202 Change-Id: I9106873898dd346e1e3612cf20005a404ed244fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2888565 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by: Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#881857}
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.