Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1940)

Unified Diff: webkit/glue/webkitplatformsupport_impl.h

Issue 16424008: move webkit/glue/fling_* to webkit/child (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android 5 Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/glue/webkit_glue.gypi ('k') | webkit/glue/webkitplatformsupport_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « webkit/glue/webkit_glue.gypi ('k') | webkit/glue/webkitplatformsupport_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698