DescriptionAndroid: Decouple animate from vsync
Add animation callback that happens before Composite.
SetNeedsAnimate() schedules animations with a deadline.
New frames arriving from the renderer will still composite immediately,
in which case they also take care of the animation update.
Remove |should_composite_on_vsync_| logic that was used for tab stack
animations and also use the same deadline logic instead.
BUG=373075
NOTRY=True
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=273062
Patch Set 1 #Patch Set 2 : #Patch Set 3 : rebase #
Total comments: 10
Patch Set 4 : address comments #
Total comments: 4
Patch Set 5 : #Patch Set 6 : address comment #Patch Set 7 : rebase #
Total comments: 6
Patch Set 8 : Sami's comments #
Total comments: 1
Messages
Total messages: 20 (0 generated)
|