Index: webkit/glue/webkitplatformsupport_impl.h |
diff --git a/webkit/glue/webkitplatformsupport_impl.h b/webkit/glue/webkitplatformsupport_impl.h |
index 5fcb15d278392ded86bfc7b87a4e4561aa83283f..b187c82d29285d195d81e287091edadcd7919ce2 100644 |
--- a/webkit/glue/webkitplatformsupport_impl.h |
+++ b/webkit/glue/webkitplatformsupport_impl.h |
@@ -42,7 +42,6 @@ class WebSocketStreamHandle; |
namespace webkit_glue { |
- class FlingCurveConfiguration; |
class WebSocketStreamHandleDelegate; |
class WebSocketStreamHandleBridge; |
@@ -52,10 +51,6 @@ class WEBKIT_GLUE_EXPORT WebKitPlatformSupportImpl : |
WebKitPlatformSupportImpl(); |
virtual ~WebKitPlatformSupportImpl(); |
- void SetFlingCurveParameters( |
- const std::vector<float>& new_touchpad, |
- const std::vector<float>& new_touchscreen); |
- |
// Platform methods (partial implementation): |
virtual WebKit::WebThemeEngine* themeEngine(); |
virtual WebKit::WebFallbackThemeEngine* fallbackThemeEngine(); |
@@ -169,11 +164,6 @@ class WEBKIT_GLUE_EXPORT WebKitPlatformSupportImpl : |
virtual void didStopWorkerRunLoop( |
const WebKit::WebWorkerRunLoop& runLoop) OVERRIDE; |
- virtual WebKit::WebGestureCurve* createFlingAnimationCurve( |
- int device_source, |
- const WebKit::WebFloatPoint& velocity, |
- const WebKit::WebSize& cumulative_scroll) OVERRIDE; |
- |
#if defined(OS_ANDROID) |
virtual webkit_media::WebAudioMediaCodecRunner |
GetWebAudioMediaCodecRunner(); |
@@ -194,7 +184,6 @@ class WEBKIT_GLUE_EXPORT WebKitPlatformSupportImpl : |
WebThemeEngineImpl native_theme_engine_; |
WebFallbackThemeEngineImpl fallback_theme_engine_; |
base::ThreadLocalStorage::Slot current_thread_slot_; |
- scoped_ptr<FlingCurveConfiguration> fling_curve_configuration_; |
}; |
} // namespace webkit_glue |