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

Unified Diff: public/platform/WebTransformAnimationCurve.h

Issue 412123002: Rename WebAnimation to WebCompositorAnimation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Set upstream branch Created 6 years, 5 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: public/platform/WebTransformAnimationCurve.h
diff --git a/public/platform/WebTransformAnimationCurve.h b/public/platform/WebTransformAnimationCurve.h
index 53f945143cfa81cec9eb4a95cd9769cd59aaa70c..b55d00ca57a9227e423350d49189a1de12ac311f 100644
--- a/public/platform/WebTransformAnimationCurve.h
+++ b/public/platform/WebTransformAnimationCurve.h
@@ -25,7 +25,7 @@
#ifndef WebTransformAnimationCurve_h
#define WebTransformAnimationCurve_h
-#include "WebAnimationCurve.h"
+#include "WebCompositorAnimationCurve.h"
#include "WebCommon.h"
#include "WebTransformKeyframe.h"
@@ -33,7 +33,7 @@
namespace blink {
// A keyframed transform animation curve.
-class WebTransformAnimationCurve : public WebAnimationCurve {
+class WebTransformAnimationCurve : public WebCompositorAnimationCurve {
public:
virtual ~WebTransformAnimationCurve() { }

Powered by Google App Engine
This is Rietveld 408576698