Index: third_party/WebKit/Source/core/dom/Node.h |
diff --git a/third_party/WebKit/Source/core/dom/Node.h b/third_party/WebKit/Source/core/dom/Node.h |
index e7ab471e7bc892deb76006f49abc601c9c3f906a..c6d88066ad0c50cb0f2693d9f90bed6da13587b0 100644 |
--- a/third_party/WebKit/Source/core/dom/Node.h |
+++ b/third_party/WebKit/Source/core/dom/Node.h |
@@ -629,10 +629,7 @@ public: |
void dispatchSubtreeModifiedEvent(); |
bool dispatchDOMActivateEvent(int detail, PassRefPtrWillBeRawPtr<Event> underlyingEvent); |
- bool dispatchKeyEvent(const PlatformKeyboardEvent&); |
- bool dispatchWheelEvent(const PlatformWheelEvent&); |
bool dispatchMouseEvent(const PlatformMouseEvent&, const AtomicString& eventType, int clickCount = 0, Node* relatedTarget = nullptr); |
- bool dispatchGestureEvent(const PlatformGestureEvent&); |
void dispatchSimulatedClick(Event* underlyingEvent, SimulatedClickMouseEventOptions = SendNoEvents, SimulatedClickCreationScope = SimulatedClickCreationScope::FromUserAgent); |