Index: third_party/WebKit/Source/core/input/EventHandler.h |
diff --git a/third_party/WebKit/Source/core/input/EventHandler.h b/third_party/WebKit/Source/core/input/EventHandler.h |
index 0674625268707e3dcfe469af9634a3b4d7956b3e..5ca420e1a53a542116e92ec6a55b481e6ee79007 100644 |
--- a/third_party/WebKit/Source/core/input/EventHandler.h |
+++ b/third_party/WebKit/Source/core/input/EventHandler.h |
@@ -179,7 +179,7 @@ public: |
void setMouseDownMayStartAutoscroll() { m_mouseDownMayStartAutoscroll = true; } |
static WebInputEventResult mergeEventResult(WebInputEventResult resultA, WebInputEventResult resultB); |
- static WebInputEventResult eventToEventResult(PassRefPtrWillBeRawPtr<Event>, bool); |
+ static WebInputEventResult eventDispatchResultToWebInputEventResult(EventTarget::DispatchEventResult); |
tkent
2016/02/22 01:40:22
nit: In the current convention, this function can
dtapuska
2016/02/23 19:14:40
Done.
|
static PlatformEvent::Modifiers accessKeyModifiers(); |
bool handleAccessKey(const PlatformKeyboardEvent&); |