DescriptionWeb Animations API: Ensure timing is updated if a RAF callback makes a player outdated.
Under the Web Animations API it's now possible for new animation players to be
started or existing players modified during frame callbacks. Since timing
updates are lazy it was possible for them to be delayed until the next frame.
This patch forces an update of any outdated players following the execution
of frame callbacks.
NOTRY=true
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170169
Patch Set 1 : #Patch Set 2 : Add assert. #Patch Set 3 : Remove assert. #
Messages
Total messages: 20 (0 generated)
|