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

Unified Diff: public/platform/WebFilterAnimationCurve.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/WebFilterAnimationCurve.h
diff --git a/public/platform/WebFilterAnimationCurve.h b/public/platform/WebFilterAnimationCurve.h
index 064a769318cbe73f0fe5d5c3dc61f51462e49cc3..aad09702bffd4f6a25530d96c3661f44ab3e53d4 100644
--- a/public/platform/WebFilterAnimationCurve.h
+++ b/public/platform/WebFilterAnimationCurve.h
@@ -31,7 +31,7 @@
#ifndef WebFilterAnimationCurve_h
#define WebFilterAnimationCurve_h
-#include "WebAnimationCurve.h"
+#include "WebCompositorAnimationCurve.h"
#include "WebCommon.h"
#include "WebFilterKeyframe.h"
@@ -39,7 +39,7 @@
namespace blink {
// A keyframed filter animation curve.
-class WebFilterAnimationCurve : public WebAnimationCurve {
+class WebFilterAnimationCurve : public WebCompositorAnimationCurve {
public:
virtual ~WebFilterAnimationCurve() { }

Powered by Google App Engine
This is Rietveld 408576698