| Index: webkit/glue/webkitplatformsupport_impl.h
|
| diff --git a/webkit/glue/webkitplatformsupport_impl.h b/webkit/glue/webkitplatformsupport_impl.h
|
| index 1d719f512790acd0e8f3a4ef12377e496361210b..5bbea4863b523b5cd96139b36f28c7dd75af4ea1 100644
|
| --- a/webkit/glue/webkitplatformsupport_impl.h
|
| +++ b/webkit/glue/webkitplatformsupport_impl.h
|
| @@ -32,7 +32,6 @@ struct WebPluginInfo;
|
| }
|
|
|
| namespace WebKit {
|
| -class WebFlingAnimator;
|
| class WebSocketStreamHandle;
|
| }
|
|
|
| @@ -154,10 +153,6 @@ class WEBKIT_GLUE_EXPORT WebKitPlatformSupportImpl :
|
| virtual void didStopWorkerRunLoop(
|
| const WebKit::WebWorkerRunLoop& runLoop) OVERRIDE;
|
|
|
| -#if defined(OS_ANDROID)
|
| - virtual WebKit::WebFlingAnimator* createFlingAnimator();
|
| -#endif
|
| -
|
| virtual WebKit::WebGestureCurve* createFlingAnimationCurve(
|
| int device_source,
|
| const WebKit::WebFloatPoint& velocity,
|
|
|