Enable CompositeRelativeKeyframes for css boxes
This allows transform animations on css boxes to be composited regardless of whether keyframes are absolute of contain percents. Exclude SVG targets from flag (keeping keyframes with percents non-composited) as they do not support compositor animation invalidation on box-size changes, and supporting this requires SVG transform logic in the paint property tree builder to become stable. Design doc: https://docs.google.com/document/d/1zgr5CHRMpvlqodn1e0eM9J3MjL2eEMfAHrHsZUK7gMM/ Bug: 389359 Change-Id: I6c774d4adfdb1dfea4ed252e92642a0aaa256030 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2495604Reviewed-by:Robert Flack <flackr@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: George Steel <gtsteel@chromium.org> Cr-Commit-Position: refs/heads/master@{#820441}
Showing
Please register or sign in to comment