summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webkitplatformsupport_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/webkitplatformsupport_impl.h')
-rw-r--r--webkit/glue/webkitplatformsupport_impl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/webkit/glue/webkitplatformsupport_impl.h b/webkit/glue/webkitplatformsupport_impl.h
index 30208a0..59dc97e 100644
--- a/webkit/glue/webkitplatformsupport_impl.h
+++ b/webkit/glue/webkitplatformsupport_impl.h
@@ -32,6 +32,7 @@ struct WebPluginInfo;
}
namespace WebKit {
+class WebFlingAnimator;
class WebSocketStreamHandle;
}
@@ -152,6 +153,10 @@ class WEBKIT_GLUE_EXPORT WebKitPlatformSupportImpl :
virtual void didStopWorkerRunLoop(
const WebKit::WebWorkerRunLoop& runLoop) OVERRIDE;
+#if defined(OS_ANDROID)
+ virtual WebKit::WebFlingAnimator* createFlingAnimator();
+#endif
+
private:
void DoTimeout() {
if (shared_timer_func_ && !shared_timer_suspended_)