Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Issue 12822004: Part 3 of cc/ directory shuffles: animation (Closed)

Created:
7 years, 9 months ago by jamesr
Modified:
7 years, 9 months ago
Reviewers:
Ian Vollick, enne (OOO)
CC:
chromium-reviews, Ian Vollick, piman+watch_chromium.org, cc-bugs_chromium.org, darin-cc_chromium.org, jonathan.backer
Visibility:
Public.

Description

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+143 lines, -3699 lines) Patch
D cc/animation.h View 1 chunk +0 lines, -190 lines 0 comments Download
D cc/animation.cc View 1 chunk +0 lines, -236 lines 0 comments Download
A + cc/animation/animation.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + cc/animation/animation.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + cc/animation/animation_curve.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + cc/animation/animation_curve.cc View 1 chunk +1 line, -1 line 0 comments Download
A + cc/animation/animation_events.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + cc/animation/animation_id_provider.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + cc/animation/animation_id_provider.cc View 1 chunk +1 line, -1 line 0 comments Download
A + cc/animation/animation_registrar.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + cc/animation/animation_registrar.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + cc/animation/animation_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
A + cc/animation/keyframed_animation_curve.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + cc/animation/keyframed_animation_curve.cc View 1 chunk +1 line, -1 line 0 comments Download
A + cc/animation/keyframed_animation_curve_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
A + cc/animation/layer_animation_controller.h View 3 chunks +5 lines, -5 lines 0 comments Download
A + cc/animation/layer_animation_controller.cc View 1 chunk +5 lines, -5 lines 0 comments Download
A + cc/animation/layer_animation_controller_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
A + cc/animation/layer_animation_event_observer.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + cc/animation/layer_animation_value_observer.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + cc/animation/scrollbar_animation_controller.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + cc/animation/scrollbar_animation_controller_linear_fade.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + cc/animation/scrollbar_animation_controller_linear_fade.cc View 1 chunk +1 line, -1 line 0 comments Download
A + cc/animation/scrollbar_animation_controller_linear_fade_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
D cc/animation_curve.h View 1 chunk +0 lines, -56 lines 0 comments Download
D cc/animation_curve.cc View 1 chunk +0 lines, -30 lines 0 comments Download
D cc/animation_events.h View 1 chunk +0 lines, -43 lines 0 comments Download
D cc/animation_id_provider.h View 1 chunk +0 lines, -21 lines 0 comments Download
D cc/animation_id_provider.cc View 1 chunk +0 lines, -19 lines 0 comments Download
D cc/animation_registrar.h View 1 chunk +0 lines, -65 lines 0 comments Download
D cc/animation_registrar.cc View 1 chunk +0 lines, -51 lines 0 comments Download
D cc/animation_unittest.cc View 1 chunk +0 lines, -205 lines 0 comments Download
M cc/cc.gyp View 3 chunks +18 lines, -18 lines 0 comments Download
M cc/cc_tests.gyp View 3 chunks +4 lines, -4 lines 0 comments Download
D cc/keyframed_animation_curve.h View 1 chunk +0 lines, -129 lines 0 comments Download
D cc/keyframed_animation_curve.cc View 1 chunk +0 lines, -200 lines 0 comments Download
D cc/keyframed_animation_curve_unittest.cc View 1 chunk +0 lines, -243 lines 0 comments Download
M cc/layer.h View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/layer.cc View 1 chunk +3 lines, -3 lines 0 comments Download
D cc/layer_animation_controller.h View 1 chunk +0 lines, -154 lines 0 comments Download
D cc/layer_animation_controller.cc View 1 chunk +0 lines, -628 lines 0 comments Download
D cc/layer_animation_controller_unittest.cc View 1 chunk +0 lines, -901 lines 0 comments Download
D cc/layer_animation_event_observer.h View 1 chunk +0 lines, -18 lines 0 comments Download
D cc/layer_animation_value_observer.h View 1 chunk +0 lines, -23 lines 0 comments Download
M cc/layer_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layer_impl.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/layer_tree_host.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/layer_tree_host.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/layer_tree_host_common_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layer_tree_host_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layer_tree_host_impl.cc View 2 chunks +1 line, -1 line 0 comments Download
M cc/layer_tree_host_unittest_animation.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layer_tree_impl.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M cc/layer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/occlusion_tracker_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
D cc/scrollbar_animation_controller.h View 1 chunk +0 lines, -32 lines 0 comments Download
D cc/scrollbar_animation_controller_linear_fade.h View 1 chunk +0 lines, -50 lines 0 comments Download
D cc/scrollbar_animation_controller_linear_fade.cc View 1 chunk +0 lines, -94 lines 0 comments Download
D cc/scrollbar_animation_controller_linear_fade_unittest.cc View 1 chunk +0 lines, -168 lines 0 comments Download
M cc/scrollbar_layer_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/scrollbar_layer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/single_thread_proxy.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/animation_test_common.h View 1 chunk +4 lines, -4 lines 0 comments Download
M cc/test/animation_test_common.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/test/layer_tree_test_common.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/thread_proxy.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/timing_function.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/top_controls_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/tree_synchronizer.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/tree_synchronizer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/compositor/float_animation_curve_adapter.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/compositor/layer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/compositor/layer_animation_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/compositor/layer_animation_element.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/compositor/layer_animation_element.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/compositor/layer_animator.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/compositor/test/layer_animator_test_controller.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/compositor/transform_animation_curve_adapter.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/compositor_bindings/web_animation_impl.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webkit/compositor_bindings/web_float_animation_curve_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/compositor_bindings/web_layer_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/compositor_bindings/web_transform_animation_curve_impl.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
jamesr
tbr enne for cc, webkit/compositor_bindings tbr vollick for ui/compositor
7 years, 9 months ago (2013-03-18 07:06:51 UTC) #1
jamesr
7 years, 9 months ago (2013-03-18 07:09:19 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 manually as r188688 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698