commit | 10b66992ceb72d40b97f342ef9dd5086ef6765d9 | [log] [tgz] |
---|---|---|
author | Philip Rogers <pdr@chromium.org> | Fri Dec 16 22:51:42 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Dec 16 22:51:42 2022 |
tree | 35ca1370ce995ae5d03e83617da237deb2506125 | |
parent | c323927f8f658b2d4a37f87fbd65748c061fff7f [diff] |
Reland r1081902 with additional geometry mapper cache invalidation This patch is a reland of https://crrev.com/1081902 ("Only invalidate GeometryMapper cache if paint properties change") which caused several bugs (crbug.com/1400638) and was reverted in https://crrev.com/1083413. The root-cause of these bugs was a missing invalidation of the geometry mapper cache when SetParent was called on isolation/alias nodes. The geometry mapper cache stores ancestor information and needs to be updated when ancestors change, even if they are isolation/alias nodes. Prior to r1081902, this under invalidation was hidden because the PrePaint tree walk always invalidated the geometry mapper cache. Patchset 1 is the original patch, and the additional patchsets include the changes made on top of that. Change-Id: Icfe5f8e41f5dc064b716e6c4847075dfdefcb8bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4114275 Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/main@{#1084579}
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.