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

Unified Diff: public/platform/WebTransformAnimationCurve.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/WebScrollOffsetAnimationCurve.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebTransformAnimationCurve.h
diff --git a/public/platform/WebTransformAnimationCurve.h b/public/platform/WebTransformAnimationCurve.h
index 02cc752372c96114c657fb8e6b744c5999b7d12b..151a0f97820850f95d1d4759f5d6cda900b3a742 100644
--- a/public/platform/WebTransformAnimationCurve.h
+++ b/public/platform/WebTransformAnimationCurve.h
@@ -25,6 +25,7 @@
#ifndef WebTransformAnimationCurve_h
#define WebTransformAnimationCurve_h
+#include "WebAnimationCurve.h"
#include "WebCommon.h"
#include "WebCompositorAnimationCurve.h"
#include "WebTransformKeyframe.h"
@@ -32,7 +33,7 @@
namespace blink {
// A keyframed transform animation curve.
-class WebTransformAnimationCurve : public WebCompositorAnimationCurve {
+class WebTransformAnimationCurve : public WebAnimationCurve {
public:
virtual ~WebTransformAnimationCurve() { }
« no previous file with comments | « public/platform/WebScrollOffsetAnimationCurve.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698