Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore SVG attribute animations for commitStyles
We currently send SVG attribute interpolations to StyleResolver:: StyleForInterpolations, which cannot handle such interpolations. Fixed by filtering out PropertyHandles which are not CSS properties. Note that AnimationUtils::ForEachInterpolatedPropertyValue performs the same filtering already, so this CL should have no effect on the functionality of commitStyles. Fixed: 1385691 Change-Id: I17bc21f0ddac25cee521404d089ba0b4b64a2a5e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4040133 Reviewed-by: Kevin Ellis <[email protected]> Commit-Queue: Anders Hartvoll Ruud <[email protected]> Cr-Commit-Position: refs/heads/main@{#1074213}
- Loading branch information