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

Issue 12517003: cc: Chromify the Animation and LayerAnimationController classes (Closed)

Created:
7 years, 9 months ago by danakj
Modified:
7 years, 9 months ago
Reviewers:
jamesr, piman, enne (OOO)
CC:
chromium-reviews, cc-bugs_chromium.org, piman, backer
Visibility:
Public.

Description

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

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 11

Patch Set 4 : #

Patch Set 5 : #

Total comments: 2

Patch Set 6 : #

Patch Set 7 : #

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

Messages

Total messages: 14 (0 generated)
danakj
7 years, 9 months ago (2013-03-09 02:36:07 UTC) #1
jamesr
Needs a bit more work I think. Can you check all the .PassAs<>() calls in ...
7 years, 9 months ago (2013-03-09 02:44:55 UTC) #2
danakj
Fixed all the .PassAs() as well as ones I added recently elsewheres. https://codereview.chromium.org/12517003/diff/5001/cc/animation.cc File cc/animation.cc ...
7 years, 9 months ago (2013-03-09 03:01:11 UTC) #3
aelias_OOO_until_Jul13
lgtm, shouldn't affect Android
7 years, 9 months ago (2013-03-09 03:22:33 UTC) #4
enne (OOO)
lgtm https://codereview.chromium.org/12517003/diff/17001/cc/layer_animation_controller_unittest.cc File cc/layer_animation_controller_unittest.cc (right): https://codereview.chromium.org/12517003/diff/17001/cc/layer_animation_controller_unittest.cc#newcode414 cc/layer_animation_controller_unittest.cc:414: EXPECT_EQ(0.5, dummy.opacity()); opacity is a float, here and ...
7 years, 9 months ago (2013-03-11 21:17:43 UTC) #5
jamesr
lgtm2
7 years, 9 months ago (2013-03-11 21:30:15 UTC) #6
danakj
https://codereview.chromium.org/12517003/diff/17001/cc/layer_animation_controller_unittest.cc File cc/layer_animation_controller_unittest.cc (right): https://codereview.chromium.org/12517003/diff/17001/cc/layer_animation_controller_unittest.cc#newcode414 cc/layer_animation_controller_unittest.cc:414: EXPECT_EQ(0.5, dummy.opacity()); On 2013/03/11 21:17:43, enne wrote: > opacity ...
7 years, 9 months ago (2013-03-11 23:14:50 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/danakj@chromium.org/12517003/20001
7 years, 9 months ago (2013-03-11 23:20:49 UTC) #8
commit-bot: I haz the power
Presubmit check for 12517003-20001 failed and returned exit status 1. INFO:root:Found 45 file(s). Running presubmit ...
7 years, 9 months ago (2013-03-11 23:21:05 UTC) #9
danakj
TBR=piman for the renames in ui/
7 years, 9 months ago (2013-03-11 23:27:35 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/danakj@chromium.org/12517003/20001
7 years, 9 months ago (2013-03-11 23:30:29 UTC) #11
commit-bot: I haz the power
Failed to apply patch for ui/compositor/layer.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 9 months ago (2013-03-11 23:30:47 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/danakj@chromium.org/12517003/25001
7 years, 9 months ago (2013-03-11 23:44:26 UTC) #13
danakj
7 years, 9 months ago (2013-03-12 02:49:30 UTC) #14
Message was sent while issue was closed.
Committed patchset #7 manually as r187463 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698