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

Unified Diff: third_party/WebKit/Source/platform/animation/CompositorAnimation.h

Issue 2338803003: Blink Compositor Animation: CompositorPlayer::addAnimation to use unique_ptr. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/animation/CompositorAnimation.h
diff --git a/third_party/WebKit/Source/platform/animation/CompositorAnimation.h b/third_party/WebKit/Source/platform/animation/CompositorAnimation.h
index 681141a6d6f589b5e4d3c7eefabaf923787de7f0..225dc5d4db28cf8661ad9fa5db16ef30dd78fff5 100644
--- a/third_party/WebKit/Source/platform/animation/CompositorAnimation.h
+++ b/third_party/WebKit/Source/platform/animation/CompositorAnimation.h
@@ -65,7 +65,7 @@ public:
double iterationStart() const;
void setIterationStart(double);
- std::unique_ptr<cc::Animation> passAnimation();
+ std::unique_ptr<cc::Animation> releaseCcAnimation();
std::unique_ptr<CompositorFloatAnimationCurve> floatCurveForTesting() const;

Powered by Google App Engine
This is Rietveld 408576698