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

Issue 11091057: [cc] Use base ptr types for cc's CSS animation classes (Closed)

Created:
8 years, 2 months ago by enne (OOO)
Modified:
8 years, 2 months ago
Reviewers:
jamesr
CC:
chromium-reviews, cc-bugs_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

[cc] Use base ptr types for cc's CSS animation classes Rerelanding https://codereview.chromium.org/11085029/ BUG=154451 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=161488

Patch Set 1 #

Patch Set 2 : Try to fix win #

Total comments: 1

Patch Set 3 : Ternary => if statement #

Unified diffs Side-by-side diffs Delta from patch set Stats (+315 lines, -328 lines) Patch
M cc/CCActiveAnimation.h View 3 chunks +6 lines, -7 lines 0 comments Download
M cc/CCActiveAnimation.cpp View 3 chunks +8 lines, -8 lines 0 comments Download
M cc/CCActiveAnimationTest.cpp View 16 chunks +20 lines, -20 lines 0 comments Download
M cc/CCAnimationCurve.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCKeyframedAnimationCurve.h View 5 chunks +17 lines, -19 lines 0 comments Download
M cc/CCKeyframedAnimationCurve.cpp View 1 2 10 chunks +40 lines, -38 lines 0 comments Download
M cc/CCKeyframedAnimationCurveTest.cpp View 12 chunks +35 lines, -36 lines 0 comments Download
M cc/CCLayerAnimationController.h View 1 2 3 chunks +5 lines, -6 lines 0 comments Download
M cc/CCLayerAnimationController.cpp View 1 2 4 chunks +10 lines, -10 lines 0 comments Download
M cc/CCLayerAnimationControllerTest.cpp View 18 chunks +73 lines, -73 lines 0 comments Download
M cc/CCLayerImpl.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCLayerTreeHostTest.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/CCTimingFunction.h View 3 chunks +6 lines, -7 lines 0 comments Download
M cc/CCTimingFunction.cpp View 3 chunks +12 lines, -14 lines 0 comments Download
M cc/LayerChromium.h View 5 chunks +6 lines, -6 lines 0 comments Download
M cc/LayerChromium.cpp View 5 chunks +8 lines, -8 lines 0 comments Download
M cc/LayerChromiumTest.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
M cc/TreeSynchronizerTest.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/test/CCAnimationTestCommon.h View 4 chunks +3 lines, -5 lines 0 comments Download
M cc/test/CCAnimationTestCommon.cpp View 4 chunks +16 lines, -16 lines 0 comments Download
M webkit/compositor_bindings/WebAnimationCurveCommon.h View 2 chunks +2 lines, -1 line 0 comments Download
M webkit/compositor_bindings/WebAnimationCurveCommon.cpp View 2 chunks +3 lines, -6 lines 0 comments Download
M webkit/compositor_bindings/WebAnimationImpl.h View 2 chunks +4 lines, -2 lines 0 comments Download
M webkit/compositor_bindings/WebAnimationImpl.cpp View 4 chunks +5 lines, -6 lines 0 comments Download
M webkit/compositor_bindings/WebFloatAnimationCurveImpl.h View 2 chunks +3 lines, -4 lines 0 comments Download
M webkit/compositor_bindings/WebFloatAnimationCurveImpl.cpp View 3 chunks +2 lines, -4 lines 0 comments Download
M webkit/compositor_bindings/WebFloatAnimationCurveTest.cpp View 6 chunks +6 lines, -6 lines 0 comments Download
M webkit/compositor_bindings/WebTransformAnimationCurveImpl.h View 2 chunks +3 lines, -4 lines 0 comments Download
M webkit/compositor_bindings/WebTransformAnimationCurveImpl.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/compositor_bindings/WebTransformAnimationCurveTest.cpp View 6 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
enne (OOO)
This failed here: http://build.chromium.org/p/chromium.win/builders/Win%20Builder%202008%20%28dbg%29/builds/2038/steps/compile/logs/stdio However, the CQ passed the Win trybot, which seems awfully mysterious.
8 years, 2 months ago (2012-10-11 01:05:17 UTC) #1
enne (OOO)
Er, http://build.chromium.org/p/chromium.win/builders/Win%20Builder%202008%20%28dbg%29/builds/2038/steps/compile/logs/stdio.
8 years, 2 months ago (2012-10-11 01:06:47 UTC) #2
jamesr
lgtm https://codereview.chromium.org/11091057/diff/2001/cc/CCKeyframedAnimationCurve.cpp File cc/CCKeyframedAnimationCurve.cpp (right): https://codereview.chromium.org/11091057/diff/2001/cc/CCKeyframedAnimationCurve.cpp#newcode83 cc/CCKeyframedAnimationCurve.cpp:83: return CCFloatKeyframe::create(time(), value(), timingFunction() ? cloneTimingFunction(timingFunction()) : scoped_ptr<CCTimingFunction>().Pass()); ...
8 years, 2 months ago (2012-10-11 04:37:57 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/enne@chromium.org/11091057/8001
8 years, 2 months ago (2012-10-11 22:34:31 UTC) #4
commit-bot: I haz the power
Change committed as 161488
8 years, 2 months ago (2012-10-12 03:35:10 UTC) #5
falken
8 years, 2 months ago (2012-10-12 06:56:47 UTC) #6
Sorry to revert this as well.

http://build.chromium.org/p/chromium.win/builders/Win%20Builder%202008%20%28d...
529>.\test\CCAnimationTestCommon.cpp(25) : error C2248:
'scoped_ptr<C>::scoped_ptr' : cannot access private member declared in class
'scoped_ptr<C>'

Powered by Google App Engine
This is Rietveld 408576698