|
Maintain global lists of animation controllers
This cl is an analog to https://codereview.chromium.org/11348256/, but rather
than storing the collections of animation controllers on the layer tree hosts,
we instead use global collections.
BUG= 162111
Total comments: 1
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+435 lines, -433 lines) |
Patch |
 |
A |
cc/animation_registrar.h
|
View
|
1
|
1 chunk |
+58 lines, -0 lines |
1 comment
|
Download
|
 |
A |
cc/animation_registrar.cc
|
View
|
1
|
1 chunk |
+94 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/cc.gyp
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/layer.h
|
View
|
|
7 chunks |
+7 lines, -15 lines |
0 comments
|
Download
|
 |
M |
cc/layer.cc
|
View
|
|
12 chunks |
+28 lines, -48 lines |
0 comments
|
Download
|
 |
M |
cc/layer_animation_controller.h
|
View
|
1
|
4 chunks |
+35 lines, -18 lines |
0 comments
|
Download
|
 |
M |
cc/layer_animation_controller.cc
|
View
|
1
|
13 chunks |
+52 lines, -17 lines |
0 comments
|
Download
|
 |
M |
cc/layer_animation_controller_unittest.cc
|
View
|
|
24 chunks |
+79 lines, -113 lines |
0 comments
|
Download
|
 |
M |
cc/layer_impl.h
|
View
|
|
7 chunks |
+6 lines, -11 lines |
0 comments
|
Download
|
 |
M |
cc/layer_impl.cc
|
View
|
|
7 chunks |
+20 lines, -28 lines |
0 comments
|
Download
|
 |
M |
cc/layer_tree_host.h
|
View
|
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
cc/layer_tree_host.cc
|
View
|
|
5 chunks |
+7 lines, -33 lines |
0 comments
|
Download
|
 |
M |
cc/layer_tree_host_common_unittest.cc
|
View
|
|
2 chunks |
+13 lines, -13 lines |
0 comments
|
Download
|
 |
M |
cc/layer_tree_host_impl.h
|
View
|
|
3 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cc/layer_tree_host_impl.cc
|
View
|
|
7 chunks |
+18 lines, -40 lines |
0 comments
|
Download
|
 |
M |
cc/proxy.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/single_thread_proxy.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/single_thread_proxy.cc
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cc/test/animation_test_common.h
|
View
|
|
1 chunk |
+0 lines, -17 lines |
0 comments
|
Download
|
 |
M |
cc/test/animation_test_common.cc
|
View
|
|
1 chunk |
+0 lines, -34 lines |
0 comments
|
Download
|
 |
M |
cc/test/fake_proxy.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/test/layer_tree_test_common.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/test/layer_tree_test_common.cc
|
View
|
|
4 chunks |
+5 lines, -22 lines |
0 comments
|
Download
|
 |
M |
cc/thread_proxy.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/tree_synchronizer_unittest.cc
|
View
|
|
2 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|