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

Unified Diff: content/common/input/synthetic_web_input_event_builders.h

Issue 1971273002: Touch Action could cause wheel gestures to be filtered. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make test separate Created 4 years, 7 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
Index: content/common/input/synthetic_web_input_event_builders.h
diff --git a/content/common/input/synthetic_web_input_event_builders.h b/content/common/input/synthetic_web_input_event_builders.h
index e865e9b23cedfe6f4f0264b9a43b221ad42563e9..9d3bc22f419b598126eb5b3a4e3a30d25d065ee3 100644
--- a/content/common/input/synthetic_web_input_event_builders.h
+++ b/content/common/input/synthetic_web_input_event_builders.h
@@ -51,8 +51,10 @@ class CONTENT_EXPORT SyntheticWebGestureEventBuilder {
public:
static blink::WebGestureEvent Build(blink::WebInputEvent::Type type,
blink::WebGestureDevice source_device);
- static blink::WebGestureEvent BuildScrollBegin(float dx_hint,
- float dy_hint);
+ static blink::WebGestureEvent BuildScrollBegin(
+ float dx_hint,
+ float dy_hint,
+ blink::WebGestureDevice source_device);
static blink::WebGestureEvent BuildScrollUpdate(
float dx,
float dy,

Powered by Google App Engine
This is Rietveld 408576698