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

Unified Diff: public/platform/WebCompositorSupport.h

Issue 365903004: Define WebScrollOffsetAnimationCurve (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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/WebAnimationCurve.h ('k') | public/platform/WebScrollOffsetAnimationCurve.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 140cfd2e124bf3449c7dc874baa07a3568356f87..8bf68fed97852a908c08470bb2f816fd73de15dd 100644
--- a/public/platform/WebCompositorSupport.h
+++ b/public/platform/WebCompositorSupport.h
@@ -27,7 +27,9 @@
#define WebCompositorSupport_h
#include "WebAnimation.h"
+#include "WebAnimationCurve.h"
#include "WebCommon.h"
+#include "WebFloatPoint.h"
#include "WebLayerTreeView.h"
#include "WebScrollbar.h"
#include "WebScrollbarThemePainter.h"
@@ -49,6 +51,7 @@ class WebNinePatchLayer;
class WebLayer;
class WebScrollbarLayer;
class WebScrollbarThemeGeometry;
+class WebScrollOffsetAnimationCurve;
class WebSolidColorLayer;
class WebThread;
class WebTransformAnimationCurve;
@@ -90,6 +93,8 @@ public:
virtual WebFloatAnimationCurve* createFloatAnimationCurve() { return 0; }
+ virtual WebScrollOffsetAnimationCurve* createScrollOffsetAnimationCurve(WebFloatPoint targetValue, WebAnimationCurve::TimingFunctionType) { return 0; }
+
virtual WebTransformAnimationCurve* createTransformAnimationCurve() { return 0; }
virtual WebTransformOperations* createTransformOperations() { return 0; }
« no previous file with comments | « public/platform/WebAnimationCurve.h ('k') | public/platform/WebScrollOffsetAnimationCurve.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698