Refactor Animation::play to align with web-animation spec.
Removes PlayStateUpdateScope for Animation::play and aligns its implementation with the web-animations spec found here: https://drafts.csswg.org/web-animations/#playing-an-animation-section Cleanup patches are still needed to transition from tracking the active playback rate to the pending playback rate and to remove dependencies on flags that are being deprecated. BUG: 960944 Change-Id: Ie5fbbd46c7a4d0f61cdb0e511cc9d8b8569f2d37 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1891125Reviewed-by:Majid Valipour <majidvp@chromium.org> Commit-Queue: Kevin Ellis <kevers@chromium.org> Cr-Commit-Position: refs/heads/master@{#711494}
Showing
Please register or sign in to comment