Index: content/browser/renderer_host/input/web_input_event_util.h |
diff --git a/content/browser/renderer_host/input/web_input_event_util.h b/content/browser/renderer_host/input/web_input_event_util.h |
index fb25037de28d07f12a42d998f5f6b6837a00b33a..a2aaca986c469fa11034717b3b094e8a6d7fc97a 100644 |
--- a/content/browser/renderer_host/input/web_input_event_util.h |
+++ b/content/browser/renderer_host/input/web_input_event_util.h |
@@ -25,7 +25,7 @@ CONTENT_EXPORT void UpdateWindowsKeyCodeAndKeyIdentifier( |
ui::KeyboardCode windows_key_code); |
CONTENT_EXPORT blink::WebTouchEvent CreateWebTouchEventFromMotionEvent( |
- const ui::MotionEvent& event); |
+ const ui::MotionEvent& event, bool may_cause_scrolling); |
CONTENT_EXPORT blink::WebGestureEvent CreateWebGestureEvent( |
const ui::GestureEventDetails& details, |