| 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 e979dc53c318920ed75ef8a080bdf11daae26d39..3251813bdb7f842fb355475fba2564c1d5bd0e12 100644
|
| --- a/content/common/input/synthetic_web_input_event_builders.h
|
| +++ b/content/common/input/synthetic_web_input_event_builders.h
|
| @@ -18,10 +18,13 @@ namespace content {
|
| class CONTENT_EXPORT SyntheticWebMouseEventBuilder {
|
| public:
|
| static blink::WebMouseEvent Build(blink::WebInputEvent::Type type);
|
| - static blink::WebMouseEvent Build(blink::WebInputEvent::Type type,
|
| - int window_x,
|
| - int window_y,
|
| - int modifiers);
|
| + static blink::WebMouseEvent Build(
|
| + blink::WebInputEvent::Type type,
|
| + int window_x,
|
| + int window_y,
|
| + int modifiers,
|
| + blink::WebPointerProperties::PointerType pointer_type =
|
| + blink::WebPointerProperties::PointerType::Mouse);
|
| };
|
|
|
| class CONTENT_EXPORT SyntheticWebMouseWheelEventBuilder {
|
|
|