commit | 37089cfa3de0eb509a0816ee4059196e16fdb553 | [log] [tgz] |
---|---|---|
author | Colin Blundell <blundell@chromium.org> | Tue May 20 15:44:44 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 20 15:44:44 2025 |
tree | 84f35839139e96bbb6f9cf97aa3f2472982eb2d7 | |
parent | 14332f23cab3bc1426e0652de0c5785e8ffae301 [diff] |
[//cc] Fix LayerTreeImpl::needs_full_tree_sync_ with TreesInViz With TreesInViz, there can be multiple pull operations in between remote display tree updates. Once a pull operation requires a full tree sync, that bit must stay sticky until the update is actually processed by VizLayerContext::UpdateDisplayTreeFrom() (which will reset the bit). Note: With this change, the test in crbug.com/418159586 now fails for a reason that looks specific to the test in question. Bug: 418159586 Change-Id: I47ad0e189c5ce269a195edadc91e0b5d2df6c2a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6564470 Commit-Queue: Colin Blundell <blundell@chromium.org> Reviewed-by: Victor Miura <vmiura@chromium.org> Cr-Commit-Position: refs/heads/main@{#1462815}
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.