commit | 93a0e962f03797cad07b8a87331942d9e655b9a2 | [log] [tgz] |
---|---|---|
author | Sasha McIntosh <sashamcintosh@chromium.org> | Thu Mar 31 20:02:41 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 31 20:02:41 2022 |
tree | ccc850f774b139335daf6f6d7ff34019ad558b60 | |
parent | c3d8c603cee5576034c6e5bf48fe3c25ad34ebb5 [diff] |
gfx: Add LinearGradient to MaskFilterInfo * Steps to up 6. This number is necessary for scrollable shelf. * Support all angles * Rotation on the same layer is not supported. * Uses clip bounds's diagonal as start/end. Design doc: https://docs.google.com/document/d/1AXgfk66ROEr225roqAuPxrqWNsnDh91lHCQJ_cw8RrI/edit?usp=sharing LayerAnimationElementTest.GradientMaskElement LayerWithDelegateTest.GradientMask LinearGradientTest*, PropertyTreeBuilderTest.GradientMask, PropertyTreeBuilderTest.NestedGradientMask Bug: 1039003 Test: DrawPropertiesTestWithLayerTree.GradientMaskOnRenderSurface Change-Id: I119c0576a8d525d462518bbba0c22c335c274da7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3483177 Reviewed-by: Mitsuru Oshima <oshima@chromium.org> Reviewed-by: Khushal Sagar <khushalsagar@chromium.org> Reviewed-by: Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by: Robert Sesek <rsesek@chromium.org> Commit-Queue: Sasha McIntosh <sashamcintosh@chromium.org> Cr-Commit-Position: refs/heads/main@{#987597}
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.