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

Unified Diff: public/platform/WebCompositorSupport.h

Issue 470443002: Revert of Rename WebAnimation to WebCompositorAnimation (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/WebCompositorAnimationDelegate.h ('k') | public/platform/WebFilterAnimationCurve.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebCompositorSupport.h
diff --git a/public/platform/WebCompositorSupport.h b/public/platform/WebCompositorSupport.h
index a39456b0ce960a7a18cd98058265b5e78ca5d26e..164f03a29a70691ce20c76a0db1051a2d5950c34 100644
--- a/public/platform/WebCompositorSupport.h
+++ b/public/platform/WebCompositorSupport.h
@@ -26,9 +26,9 @@
#ifndef WebCompositorSupport_h
#define WebCompositorSupport_h
+#include "WebAnimation.h"
+#include "WebAnimationCurve.h"
#include "WebCommon.h"
-#include "WebCompositorAnimation.h"
-#include "WebCompositorAnimationCurve.h"
#include "WebFloatPoint.h"
#include "WebLayerTreeView.h"
#include "WebScrollbar.h"
@@ -36,7 +36,7 @@
namespace blink {
-class WebCompositorAnimationCurve;
+class WebAnimationCurve;
class WebCompositorOutputSurface;
class WebContentLayer;
class WebContentLayerClient;
@@ -88,7 +88,7 @@
virtual WebFloatAnimationCurve* createFloatAnimationCurve() { return 0; }
- virtual WebScrollOffsetAnimationCurve* createScrollOffsetAnimationCurve(WebFloatPoint targetValue, WebCompositorAnimationCurve::TimingFunctionType) { return 0; }
+ virtual WebScrollOffsetAnimationCurve* createScrollOffsetAnimationCurve(WebFloatPoint targetValue, WebAnimationCurve::TimingFunctionType) { return 0; }
virtual WebTransformAnimationCurve* createTransformAnimationCurve() { return 0; }
« no previous file with comments | « public/platform/WebCompositorAnimationDelegate.h ('k') | public/platform/WebFilterAnimationCurve.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698