commit | d463a714da46b2e13afde3b0218f136a9620ee4c | [log] [tgz] |
---|---|---|
author | Zhenyao Mo <zmo@chromium.org> | Thu Aug 01 19:31:01 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 01 19:31:01 2024 |
tree | 9d0538c7a48ecd8a65729acabce1c3fcbb0dbf6f | |
parent | 6512e0ee560feba27f248e64960ba0a70b02b928 [diff] |
[cc-slimming] Bypass layers with all_tiles_done when BuildRasterQueue. Instead of keeping track of a separate vector for PictureLayerImpls that have tiles to raster, this is an alternative. We still need to go through each layer, but can quickly bypass. We drop the idea of a separate vector of layers because it is very complicated (thus pragile and bug-prone) to track it. Bug: 338977414 Change-Id: I35fcade7fad6c2a4133ca589ae93bd49a91f71d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5757982 Reviewed-by: Victor Miura <vmiura@chromium.org> Auto-Submit: Zhenyao Mo <zmo@chromium.org> Commit-Queue: Victor Miura <vmiura@chromium.org> Cr-Commit-Position: refs/heads/main@{#1336193}
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.