| 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 22558c9b9975ba7f18fe536f838e054ecdca396d..f065a7659903e71362a773faa336450a9e8f9c50 100644
|
| --- a/content/common/input/synthetic_web_input_event_builders.h
|
| +++ b/content/common/input/synthetic_web_input_event_builders.h
|
| @@ -51,7 +51,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,
|
|
|