| 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 649cde53be4963c3fc289c7dff00a0bc5c6a527a..edd8b9c3ce1b9e5dff03746713e47c2a1943b539 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
|
| @@ -20,7 +20,10 @@ 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);
|
| };
|
|
|
| class CONTENT_EXPORT WebMouseWheelEventBuilder {
|
|
|