|
Revert of cc: Split animating and drawing into separate actions ( https://codereview.chromium.org/206793003/)
Reason for revert:
The reason for reverting is: Broke some downstream unit tests.
BUG= 368064
.
Original issue's description:
> cc: Split animating and drawing into separate actions
>
> Split impl-side animating and drawing into separate actions. This is
> needed to allow for the possibility of a commit between animating and
> drawing so that the main thread gets a chance to consume the new
> animation state. In particular this allows the main thread to
> synchronize with a fling animation using an onscroll handler.
>
> BUG= 347366
>
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266624
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+114 lines, -432 lines) |
Patch |
 |
M |
cc/animation/layer_animation_controller.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/input/input_handler.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/scheduler/scheduler.h
|
View
|
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/scheduler/scheduler.cc
|
View
|
|
2 chunks |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
cc/scheduler/scheduler_state_machine.h
|
View
|
|
5 chunks |
+1 line, -8 lines |
0 comments
|
Download
|
 |
M |
cc/scheduler/scheduler_state_machine.cc
|
View
|
|
14 chunks |
+7 lines, -46 lines |
0 comments
|
Download
|
 |
M |
cc/scheduler/scheduler_state_machine_unittest.cc
|
View
|
|
31 chunks |
+0 lines, -111 lines |
0 comments
|
Download
|
 |
M |
cc/scheduler/scheduler_unittest.cc
|
View
|
|
17 chunks |
+16 lines, -36 lines |
0 comments
|
Download
|
 |
M |
cc/test/fake_layer_tree_host_impl_client.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_impl.h
|
View
|
|
2 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_impl.cc
|
View
|
|
8 chunks |
+17 lines, -22 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_impl_unittest.cc
|
View
|
|
16 chunks |
+9 lines, -39 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_unittest_animation.cc
|
View
|
|
1 chunk |
+0 lines, -64 lines |
0 comments
|
Download
|
 |
M |
cc/trees/single_thread_proxy.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/trees/single_thread_proxy.cc
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cc/trees/thread_proxy.h
|
View
|
|
3 chunks |
+3 lines, -10 lines |
0 comments
|
Download
|
 |
M |
cc/trees/thread_proxy.cc
|
View
|
|
6 chunks |
+15 lines, -30 lines |
0 comments
|
Download
|
 |
M |
content/renderer/input/input_handler_proxy.cc
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/renderer/input/input_handler_proxy_unittest.cc
|
View
|
|
34 chunks |
+39 lines, -39 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|