|
Don't PushProperties every commit for animating layers
This removes the need to PushProperties every commit during an animation.
Instead, a single PushProperties is needed whenever there are animations
waiting for deletion.
This also removes LayerAnimationController::set_force_sync, which no
longer had any non-test callers and wasn't actually needed by its test
callers.
BUG= 259088
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=235845
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+63 lines, -54 lines) |
Patch |
 |
M |
cc/animation/layer_animation_controller.h
|
View
|
1
2
|
3 chunks |
+2 lines, -9 lines |
0 comments
|
Download
|
 |
M |
cc/animation/layer_animation_controller.cc
|
View
|
1
2
|
7 chunks |
+24 lines, -37 lines |
0 comments
|
Download
|
 |
M |
cc/animation/layer_animation_controller_unittest.cc
|
View
|
1
2
|
7 chunks |
+14 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/animation/layer_animation_value_observer.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
cc/layers/layer.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
cc/layers/layer.cc
|
View
|
1
2
|
3 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cc/layers/layer_impl.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
cc/layers/layer_impl.cc
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/test/animation_test_common.h
|
View
|
1
2
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/test/animation_test_common.cc
|
View
|
1
2
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|