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

Unified Diff: public/platform/WebFilterAnimationCurve.h

Issue 467123002: Revert of Rename WebAnimation to WebCompositorAnimation (patchset #5 of https://codereview.chromium… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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
« no previous file with comments | « public/platform/WebCompositorSupport.h ('k') | public/platform/WebFloatAnimationCurve.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebFilterAnimationCurve.h
diff --git a/public/platform/WebFilterAnimationCurve.h b/public/platform/WebFilterAnimationCurve.h
index aad09702bffd4f6a25530d96c3661f44ab3e53d4..064a769318cbe73f0fe5d5c3dc61f51462e49cc3 100644
--- a/public/platform/WebFilterAnimationCurve.h
+++ b/public/platform/WebFilterAnimationCurve.h
@@ -31,7 +31,7 @@
#ifndef WebFilterAnimationCurve_h
#define WebFilterAnimationCurve_h
-#include "WebCompositorAnimationCurve.h"
+#include "WebAnimationCurve.h"
#include "WebCommon.h"
#include "WebFilterKeyframe.h"
@@ -39,7 +39,7 @@
namespace blink {
// A keyframed filter animation curve.
-class WebFilterAnimationCurve : public WebCompositorAnimationCurve {
+class WebFilterAnimationCurve : public WebAnimationCurve {
public:
virtual ~WebFilterAnimationCurve() { }
« no previous file with comments | « public/platform/WebCompositorSupport.h ('k') | public/platform/WebFloatAnimationCurve.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698