DescriptionSMIL animation should only progress() on active documents
Before this patch, SMIL animation made progress on about-to-be destroyed
documents, where it didn't make sense.
This caused internal ASSERTs to hiccup on cases where
Blink timer was used to service next animation frame, and the timer event
was processed after document lifecycle has progressed to Stopping or
Stopped state.
This patch ensures that SMIL animations to only progress() on active
documents.
BUG=470409
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197415
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|
|||||||||||||||||||||||||||||||||||||