| Index: public/web/mac/WebInputEventFactory.h
|
| diff --git a/public/web/mac/WebInputEventFactory.h b/public/web/mac/WebInputEventFactory.h
|
| index 5aad96d22801f4dad6d8780715fdfc6470f222a8..d09c32a4985fd525c2520c387d31efaefc196975 100644
|
| --- a/public/web/mac/WebInputEventFactory.h
|
| +++ b/public/web/mac/WebInputEventFactory.h
|
| @@ -53,7 +53,9 @@ public:
|
| BLINK_EXPORT static WebKeyboardEvent keyboardEvent(NSEvent*);
|
| BLINK_EXPORT static WebKeyboardEvent keyboardEvent(wchar_t character, int modifiers, double timeStampSeconds);
|
| BLINK_EXPORT static WebMouseEvent mouseEvent(NSEvent*, NSView*);
|
| + // TODO(erikchen): Remove this method once chrome has been updated to use the method with 4 parameters.
|
| BLINK_EXPORT static WebMouseWheelEvent mouseWheelEvent(NSEvent*, NSView*);
|
| + BLINK_EXPORT static WebMouseWheelEvent mouseWheelEvent(NSEvent*, NSView*, bool canRubberbandLeft, bool canRubberbandRight);
|
| BLINK_EXPORT static WebGestureEvent gestureEvent(NSEvent *, NSView *);
|
| BLINK_EXPORT static bool isSystemKeyEvent(const WebKeyboardEvent&);
|
| };
|
|
|