Chromium Code Reviews
Descriptioncc: Move animate steps from proxies to LayerTreeHostImpl.
Currently both proxies have early outs and call a few methods on
LayerTreeHostImpl to do animations.
This moves it all into a single Animate() call and consolidates the
code in LayerTreeHostImpl.
The old Animate() method took the current frame_time as an argument,
but instead it can use it directly from the BeginFrameArgs. This
required changes LayerTreeHostImpl tests that call Animate() to
start/end impl frames to change the current frame time (which is
more realistic).
R=ajuma
BUG=522658
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
Committed: https://crrev.com/12e2f6e4d40560f94d688e6969eb5d9358ead6e3
Cr-Commit-Position: refs/heads/master@{#344351}
Patch Set 1 #Patch Set 2 : moveanimatecodetolthi: . #
Total comments: 2
Messages
Total messages: 6 (1 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||