| 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,
|
|
|