commit | 991185d49d219bc3ec1ffc49d224b565dc540bf8 | [log] [tgz] |
---|---|---|
author | Xianzhu Wang <wangxianzhu@chromium.org> | Mon Mar 24 16:25:58 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 24 16:25:58 2025 |
tree | fb85481af337f14812a3889b86d9be2c7a9c6304 | |
parent | 157e9587fc2b3fa2e8510c4bddbe706134ae8d23 [diff] |
Track output bounds of filters in EffectPaintPropertyNode This basically replaces crrev.com/c/6354923, as a more complete fix to the bug. crrev.com/c/6354923 worked in case that the reference box contains all inputs. That's true for HTML elements because the reference box is the bounding box of visual rects of all descendants, but that's not always true for SVG elements. Now track the output bounds (calculated from the bounding box of visual rects of all descendants) and use it in EffectPaintPropertyNode ::MapRect as the result if there are any reference filters. Bug: 373759987 Change-Id: I5f8ddc7d61e3320b4416fa3c5921c24d29e8d649 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6374076 Reviewed-by: Fredrik Söderquist <fs@opera.com> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/main@{#1436900}
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.