commit | 241f87ae299b192684cc9b25e1e9af8aff9adea0 | [log] [tgz] |
---|---|---|
author | Fredrik Söderquist <fs@opera.com> | Thu Apr 24 17:26:25 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 24 17:26:25 2025 |
tree | 1f8c2883367ded19ebd13f339a2d94e456a7b075 | |
parent | b0847cd56f83837df4a7e250246b55dbeb6074dd [diff] |
Refactor ClipPathClipper::PathBasedClipInternal() Reorder it to handle the clip-path types in the same order as other functions (shape, geometry-box, reference). Hoist the nesting check out of LayoutSVGResourceClipper::AsPath() and handle it in ClipPathClipper::PathBasedClipInternal() instead. This is consistent with the clip-path-as-mask code-path, and will make it easier to add local handling of nested clip-paths. Bug: 410960657 Change-Id: I00cfb8403ca8f2501395f873aff4146694307c41 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6486797 Auto-Submit: Fredrik Söderquist <fs@opera.com> Reviewed-by: Philip Rogers <pdr@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/main@{#1451268}
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.