|
LayerTreeHost::SetAnimationEvents should use AnimationRegistrar
This makes LayerTreeHost::SetAnimationEvents iterate over all active
animation controllers registered with its AnimationRegistrar instead
of iterating over the layer tree. This allows us to properly deliver
animation events to a layer that has been temporarily removed from
the layer tree when SetAnimationEvents is called.
BUG= 196284
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=192835
Total comments: 15
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+341 lines, -189 lines) |
Patch |
 |
M |
cc/animation/animation.h
|
View
|
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/animation/animation.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
cc/animation/layer_animation_controller.h
|
View
|
1
2
|
7 chunks |
+33 lines, -11 lines |
0 comments
|
Download
|
 |
M |
cc/animation/layer_animation_controller.cc
|
View
|
1
2
|
12 chunks |
+118 lines, -39 lines |
0 comments
|
Download
|
 |
M |
cc/animation/layer_animation_controller_unittest.cc
|
View
|
1
2
|
25 chunks |
+124 lines, -30 lines |
0 comments
|
Download
|
 |
M |
cc/layers/layer.h
|
View
|
|
5 chunks |
+5 lines, -12 lines |
0 comments
|
Download
|
 |
M |
cc/layers/layer.cc
|
View
|
|
6 chunks |
+16 lines, -46 lines |
0 comments
|
Download
|
 |
M |
cc/layers/layer_impl.cc
|
View
|
|
3 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host.h
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host.cc
|
View
|
1
2
|
2 chunks |
+30 lines, -40 lines |
0 comments
|
Download
|
 |
M |
cc/trees/tree_synchronizer_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webkit/compositor_bindings/web_layer_impl.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
Total messages: 15 (0 generated)
|