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 10cd5186294d7f47ae2de7e7564c1ac49d79f27d..e979dc53c318920ed75ef8a080bdf11daae26d39 100644 |
--- a/content/common/input/synthetic_web_input_event_builders.h |
+++ b/content/common/input/synthetic_web_input_event_builders.h |
@@ -52,7 +52,8 @@ class CONTENT_EXPORT SyntheticWebKeyboardEventBuilder { |
class CONTENT_EXPORT SyntheticWebGestureEventBuilder { |
public: |
static blink::WebGestureEvent Build(blink::WebInputEvent::Type type, |
- blink::WebGestureDevice source_device); |
+ blink::WebGestureDevice source_device, |
+ int modifiers = 0); |
static blink::WebGestureEvent BuildScrollBegin( |
float dx_hint, |
float dy_hint, |