summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/public/web/mac/WebInputEventFactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/public/web/mac/WebInputEventFactory.h')
-rw-r--r--chromium/third_party/WebKit/public/web/mac/WebInputEventFactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/WebKit/public/web/mac/WebInputEventFactory.h b/chromium/third_party/WebKit/public/web/mac/WebInputEventFactory.h
index 5aad96d2280..93621bf6085 100644
--- a/chromium/third_party/WebKit/public/web/mac/WebInputEventFactory.h
+++ b/chromium/third_party/WebKit/public/web/mac/WebInputEventFactory.h
@@ -53,7 +53,7 @@ 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*);
- 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&);
};