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

Unified Diff: trunk/src/content/browser/renderer_host/render_widget_host_view_base.h

Issue 79143002: Revert 236254 "Replace old with new synthetic gesture framework." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 1 month 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
Index: trunk/src/content/browser/renderer_host/render_widget_host_view_base.h
===================================================================
--- trunk/src/content/browser/renderer_host/render_widget_host_view_base.h (revision 236262)
+++ trunk/src/content/browser/renderer_host/render_widget_host_view_base.h (working copy)
@@ -74,6 +74,12 @@
InputEventAckState ack_result) OVERRIDE;
virtual scoped_ptr<SyntheticGestureTarget> CreateSyntheticGestureTarget()
OVERRIDE;
+ virtual SyntheticGesture* CreateSmoothScrollGesture(
+ bool scroll_down, int pixels_to_scroll, int mouse_event_x,
+ int mouse_event_y) OVERRIDE;
+ virtual SyntheticGesture* CreatePinchGesture(
+ bool zoom_in, int pixels_to_move, int anchor_x,
+ int anchor_y) OVERRIDE;
virtual bool CanSubscribeFrame() const OVERRIDE;
virtual void BeginFrameSubscription(
scoped_ptr<RenderWidgetHostViewFrameSubscriber> subscriber) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698