commit | 63653a6b078897e39022b43d593047cbade93536 | [log] [tgz] |
---|---|---|
author | Chris Harrelson <chrishtr@google.com> | Thu May 08 15:55:11 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 08 15:55:11 2025 |
tree | f38baf5ea484098556a64b014218981135c3c4dd | |
parent | a7392bc1f7b20298e4eb93c98567733676e090d2 [diff] |
Skip effect node for 2D scale w/ backdrop filter descendant. Even the presence of an effect node for a 2D transform scale breaks backdrop filter descendants, because the effect node causes a render surface for backdrop root. (*) Use this same code to simplify (and improve the speed of) other code that looked for backdrop filter descendants. (*) This while loop will break on any effect node that is not a synthetic overflow clip: https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/platform/graphics/compositing/property_tree_manager.cc;l=991?q=property_tree_manager Bug: 415354762 Change-Id: I2e819298002e819aa7c386b3cff10aa737a76eeb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6515167 Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/main@{#1457635}
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.