| 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 18ea2ae7f70a1bec04a49125d91c7e877eb742e5..9424c99104e869278a40c197ea6195e534ec1599 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);
|
|
|
|
|