| 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; }
|
|
|