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

Unified Diff: content/renderer/gpu/input_handler_wrapper.h

Issue 52663003: Remove all fling related stuff from the renderer assuming that browser side Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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 | « content/renderer/gpu/input_handler_proxy_client.h ('k') | content/renderer/gpu/input_handler_wrapper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/gpu/input_handler_wrapper.h
diff --git a/content/renderer/gpu/input_handler_wrapper.h b/content/renderer/gpu/input_handler_wrapper.h
index f72bae5b12d92163db755d4aef3c0807e26edc21..3cd9b425cf93d4f4f68a3e0fe580d6570344d6cc 100644
--- a/content/renderer/gpu/input_handler_wrapper.h
+++ b/content/renderer/gpu/input_handler_wrapper.h
@@ -29,12 +29,6 @@ class InputHandlerWrapper
// InputHandlerProxyClient implementation.
virtual void WillShutdown() OVERRIDE;
- virtual void TransferActiveWheelFlingAnimation(
- const WebKit::WebActiveWheelFlingParameters& params) OVERRIDE;
- virtual WebKit::WebGestureCurve* CreateFlingAnimationCurve(
- int deviceSource,
- const WebKit::WebFloatPoint& velocity,
- const WebKit::WebSize& cumulativeScroll) OVERRIDE;
virtual void DidOverscroll(const cc::DidOverscrollParams& params) OVERRIDE;
private:
« no previous file with comments | « content/renderer/gpu/input_handler_proxy_client.h ('k') | content/renderer/gpu/input_handler_wrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698