Web-animation: Force synchronous resolution of finished state in Animation::Update
Per spec, a microtask checkpoint should fire after the updates. Currently, the microtask checkpoint is firing later in the document lifecycle. For now, we need to force the update to finish synchronously in order to prevent potential rendering glitches due to a late finish. Bug: 1029695, 1029567 Change-Id: I1f6a67a81c2a068ba98e4464e2072963ec324b13 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1946528 Commit-Queue: Kevin Ellis <kevers@chromium.org> Reviewed-by:Majid Valipour <majidvp@chromium.org> Cr-Commit-Position: refs/heads/master@{#720568}
Showing
Please register or sign in to comment