Chromium Code Reviews
Descriptioncc: Fix property tree animation sync bug
Property trees animation sync at commit depends on the value of
is_currently_animating value of a property tree node on the main thread.
So, we need to do this sync before calling AnimationHost::PushProperties
as AnimationHost::PushProperties can delete animations and change the
is_currently_animating value.
BUG=620978
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
Committed: https://crrev.com/94bcfedec292cc72e7b98cea38da392fbf1dc18a
Cr-Commit-Position: refs/heads/master@{#402011}
Patch Set 1 #Patch Set 2 : Test #Patch Set 3 : "s/EQ/NE" #
Total comments: 7
Patch Set 4 : "comments" #Patch Set 5 : "TransformOperations" #Messages
Total messages: 14 (4 generated)
|