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

Unified Diff: content/browser/renderer_host/input/web_input_event_util.h

Issue 679633005: Expose native, desktop and mobile gesture detection defaults (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tests Created 6 years 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: 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,

Powered by Google App Engine
This is Rietveld 408576698