| 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 58620d300291e50ae7e8ace22676459e12439445..fca7e7bc057be0d1101c6cf61cd9dfea83776f5b 100644
|
| --- a/content/common/input/synthetic_web_input_event_builders.h
|
| +++ b/content/common/input/synthetic_web_input_event_builders.h
|
| @@ -62,7 +62,8 @@ class CONTENT_EXPORT SyntheticWebGestureEventBuilder {
|
| static blink::WebGestureEvent BuildScrollBegin(
|
| float dx_hint,
|
| float dy_hint,
|
| - blink::WebGestureDevice source_device);
|
| + blink::WebGestureDevice source_device,
|
| + int pointer_count = 1);
|
| static blink::WebGestureEvent BuildScrollUpdate(
|
| float dx,
|
| float dy,
|
|
|