Index: webkit/glue/webkitplatformsupport_impl.h |
=================================================================== |
--- webkit/glue/webkitplatformsupport_impl.h (revision 151310) |
+++ webkit/glue/webkitplatformsupport_impl.h (working copy) |
@@ -32,6 +32,7 @@ |
} |
namespace WebKit { |
+class WebFlingAnimator; |
class WebSocketStreamHandle; |
} |
@@ -152,6 +153,10 @@ |
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_) |