commit | 94e6f4820c7341b0f455c56f99d15da38e243faf | [log] [tgz] |
---|---|---|
author | Eric Sum <esum@google.com> | Wed Apr 13 17:53:38 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 13 17:53:38 2022 |
tree | f99f1fbf496d09693510485f689582d54f20e2a5 | |
parent | 3a374c644af3ee14a76c47a73c6537ff66190f92 [diff] |
Add method to read skottie transform properties. Same drill as other properties (color, text, etc). The difference is ash doesn't have a use case yet for mutating a transform property. It only needs to read the property. Since there's no use case yet, only changes needed to read the property have been added. It will not get plumbed through the whole DrawSkottieOp pipeline. If a use case arises in the future, we can do so. Bug: b:223446754 Change-Id: Id5fd7ff74769583f448ac7657f58ccbff4420ca5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3584578 Reviewed-by: Florin Malita <fmalita@chromium.org> Commit-Queue: Eric Sum <esum@google.com> Cr-Commit-Position: refs/heads/main@{#992126}
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.