Index: Source/core/dom/Node.h |
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h |
index 993c479bfb20c378264721aab0a79246b6985b3f..ee72e558d03b6be306cdd676cb40a941dcc73bb9 100644 |
--- a/Source/core/dom/Node.h |
+++ b/Source/core/dom/Node.h |
@@ -624,8 +624,6 @@ public: |
virtual void postDispatchEventHandler(Event*, void* /*dataFromPreDispatch*/) { } |
void dispatchScopedEvent(PassRefPtrWillBeRawPtr<Event>); |
- void dispatchScopedEventDispatchMediator(PassRefPtrWillBeRawPtr<EventDispatchMediator>); |
- void dispatchEventDispatchMediator(PassRefPtrWillBeRawPtr<EventDispatchMediator>); |
virtual void handleLocalEvents(Event&); |
@@ -636,8 +634,6 @@ public: |
bool dispatchWheelEvent(const PlatformWheelEvent&); |
bool dispatchMouseEvent(const PlatformMouseEvent&, const AtomicString& eventType, int clickCount = 0, Node* relatedTarget = nullptr); |
bool dispatchGestureEvent(const PlatformGestureEvent&); |
- bool dispatchTouchEvent(PassRefPtrWillBeRawPtr<TouchEvent>); |
- bool dispatchPointerEvent(PassRefPtrWillBeRawPtr<PointerEvent>); |
void dispatchSimulatedClick(Event* underlyingEvent, SimulatedClickMouseEventOptions = SendNoEvents); |