|
cc: Chromify the Animation and LayerAnimationController classes
Style-only change. Make the Animation, AnimationEvent, AnimationCurve,
KeyframedAnimationCurve, and LayerAnimationController classes use
chromium style.
R=jamesr,enne
TBR=piman
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=187463
Total comments: 11
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+2619 lines, -2294 lines) |
Patch |
 |
M |
cc/animation.h
|
View
|
1
|
1 chunk |
+167 lines, -145 lines |
0 comments
|
Download
|
 |
M |
cc/animation.cc
|
View
|
1
2
3
|
1 chunk |
+177 lines, -152 lines |
0 comments
|
Download
|
 |
M |
cc/animation_curve.h
|
View
|
1
|
1 chunk |
+19 lines, -19 lines |
0 comments
|
Download
|
 |
M |
cc/animation_curve.cc
|
View
|
1
|
1 chunk |
+11 lines, -14 lines |
0 comments
|
Download
|
 |
M |
cc/animation_events.h
|
View
|
1
|
1 chunk |
+21 lines, -19 lines |
0 comments
|
Download
|
 |
M |
cc/animation_registrar.cc
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/animation_unittest.cc
|
View
|
1
2
|
1 chunk |
+188 lines, -201 lines |
0 comments
|
Download
|
 |
M |
cc/keyframed_animation_curve.h
|
View
|
1
|
1 chunk |
+71 lines, -58 lines |
0 comments
|
Download
|
 |
M |
cc/keyframed_animation_curve.cc
|
View
|
1
2
|
1 chunk |
+127 lines, -146 lines |
0 comments
|
Download
|
 |
M |
cc/keyframed_animation_curve_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+174 lines, -133 lines |
0 comments
|
Download
|
 |
M |
cc/layer.h
|
View
|
1
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/layer.cc
|
View
|
1
|
8 chunks |
+26 lines, -26 lines |
0 comments
|
Download
|
 |
M |
cc/layer_animation_controller.h
|
View
|
1
2
|
2 chunks |
+118 lines, -102 lines |
0 comments
|
Download
|
 |
M |
cc/layer_animation_controller.cc
|
View
|
1
2
3
|
1 chunk |
+537 lines, -447 lines |
0 comments
|
Download
|
 |
M |
cc/layer_animation_controller_unittest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+809 lines, -660 lines |
0 comments
|
Download
|
 |
M |
cc/layer_impl.cc
|
View
|
1
|
5 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
cc/layer_tree_host.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/layer_tree_host_common_unittest.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/layer_tree_host_impl.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/layer_tree_host_unittest_animation.cc
|
View
|
1
|
5 chunks |
+19 lines, -19 lines |
0 comments
|
Download
|
 |
M |
cc/layer_tree_host_unittest_context.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/layer_unittest.cc
|
View
|
1
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
cc/test/animation_test_common.h
|
View
|
1
|
3 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
cc/test/animation_test_common.cc
|
View
|
1
|
5 chunks |
+21 lines, -21 lines |
0 comments
|
Download
|
 |
M |
cc/test/fake_scrollbar_layer.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/test/layer_tree_test_common.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/timing_function.h
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/timing_function.cc
|
View
|
1
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cc/timing_function_unittest.cc
|
View
|
1
|
1 chunk |
+20 lines, -20 lines |
0 comments
|
Download
|
 |
M |
cc/top_controls_manager.cc
|
View
|
1
|
3 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
cc/tree_synchronizer_unittest.cc
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/gpu/render_widget_compositor.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/compositor/float_animation_curve_adapter.h
|
View
|
1
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/compositor/float_animation_curve_adapter.cc
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/compositor/layer.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/compositor/layer_animation_element.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/compositor/layer_animation_sequence.cc
|
View
|
1
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/compositor/layer_animator.cc
|
View
|
1
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ui/compositor/transform_animation_curve_adapter.h
|
View
|
1
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/compositor/transform_animation_curve_adapter.cc
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webkit/compositor_bindings/web_animation_impl.cc
|
View
|
1
|
2 chunks |
+13 lines, -11 lines |
0 comments
|
Download
|
 |
M |
webkit/compositor_bindings/web_float_animation_curve_impl.cc
|
View
|
1
|
4 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
webkit/compositor_bindings/web_float_animation_curve_unittest.cc
|
View
|
1
|
6 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
webkit/compositor_bindings/web_layer_impl.cc
|
View
|
1
|
1 chunk |
+7 lines, -8 lines |
0 comments
|
Download
|
 |
M |
webkit/compositor_bindings/web_transform_animation_curve_impl.cc
|
View
|
1
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
Total messages: 14 (0 generated)
|