| Index: content/browser/renderer_host/input/web_input_event_builders_mac.h
|
| diff --git a/content/browser/renderer_host/input/web_input_event_builders_mac.h b/content/browser/renderer_host/input/web_input_event_builders_mac.h
|
| index 21a71bdbf862882f6a81926af3f6be85df50249b..d05de51cb91cd9a0c7f9357ca36dd3dd7716497f 100644
|
| --- a/content/browser/renderer_host/input/web_input_event_builders_mac.h
|
| +++ b/content/browser/renderer_host/input/web_input_event_builders_mac.h
|
| @@ -23,7 +23,11 @@ class CONTENT_EXPORT WebKeyboardEventBuilder {
|
|
|
| class CONTENT_EXPORT WebMouseEventBuilder {
|
| public:
|
| - static blink::WebMouseEvent Build(NSEvent* event, NSView* view);
|
| + static blink::WebMouseEvent Build(
|
| + NSEvent* event,
|
| + NSView* view,
|
| + blink::WebPointerProperties::PointerType pointerType =
|
| + blink::WebPointerProperties::PointerType::Mouse);
|
| };
|
|
|
| class CONTENT_EXPORT WebMouseWheelEventBuilder {
|
|
|