Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create new list for paced animation values
SVGAnimationElement::calculateKeyTimesForCalcModePaced() used to overwrite the data passed in by the user. This commit fixes the issue and there are now two lists stored, one with the user data and one with the key times for paced. This is a bug fix and should only affect SVGAnimationElements, there will be an increase in memory usage, especially for animation intensive scenes. Can be avoided by changing to a CPU heavy approach, but this will probably be more energy efficient for mobile devices. Bug: 231525 Change-Id: Ief9bbb8c6d1133d0041ad2c8f5a3d63f9ddcde90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1757825 Reviewed-by: Fredrik Söderquist <[email protected]> Commit-Queue: Edvard Thörnros <[email protected]> Cr-Commit-Position: refs/heads/master@{#687651}
- Loading branch information