summaryrefslogtreecommitdiffstats
path: root/content/port/browser
diff options
context:
space:
mode:
Diffstat (limited to 'content/port/browser')
-rw-r--r--content/port/browser/render_widget_host_view_port.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/port/browser/render_widget_host_view_port.h b/content/port/browser/render_widget_host_view_port.h
index e197ab8..1689e41 100644
--- a/content/port/browser/render_widget_host_view_port.h
+++ b/content/port/browser/render_widget_host_view_port.h
@@ -265,7 +265,8 @@ class CONTENT_EXPORT RenderWidgetHostViewPort : public RenderWidgetHostView {
// Asks the view to create a smooth scroll gesture that will be used to
// simulate a user-initiated scroll.
virtual SmoothScrollGesture* CreateSmoothScrollGesture(
- bool scroll_down, bool scroll_far) = 0;
+ bool scroll_down, bool scroll_far, int mouse_event_x,
+ int mouse_event_y) = 0;
virtual void SetHasHorizontalScrollbar(bool has_horizontal_scrollbar) = 0;
virtual void SetScrollOffsetPinning(