commit | 96189933b505343d6ea162687ef31003363df350 | [log] [tgz] |
---|---|---|
author | Kevin Haslett <khaslett@chromium.org> | Thu Aug 03 20:44:47 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 03 20:44:47 2023 |
tree | a287a530bf090e606a476c61838f557e539d8b28 | |
parent | 9bb06a40d285257dd174f40220aac597ee080ce6 [diff] |
[3/3] Enable delegating affine transforms when supported and required Overlays that have axis-aligned transforms and can be represented by an OverlayTransform enum will still be delegated with enum transforms. This also removes a no longer needed special case the clips render pass quads in SkiaRenderer. This isn't needed anymore because we apply content clipping and expand filters bounds inside the factory, so we can accurately apply the clip_rect (when we can't delegate it). Bug: 1345254 Change-Id: I606d30f71f0a58893582f687ea05325c820aa8ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4568963 Commit-Queue: Kevin Haslett <khaslett@chromium.org> Reviewed-by: Peter McNeeley <petermcneeley@chromium.org> Cr-Commit-Position: refs/heads/main@{#1179245}
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.