| Index: Source/core/dom/Node.h
|
| diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
|
| index be3e8b96d919c6622402f07244530676be6967b4..b65da2703c6a030c685fff27d8f6d8ea988444db 100644
|
| --- a/Source/core/dom/Node.h
|
| +++ b/Source/core/dom/Node.h
|
| @@ -73,6 +73,7 @@ class PlatformGestureEvent;
|
| class PlatformKeyboardEvent;
|
| class PlatformMouseEvent;
|
| class PlatformWheelEvent;
|
| +class PointerEvent;
|
| class QualifiedName;
|
| class RadioNodeList;
|
| class RegisteredEventListener;
|
| @@ -653,6 +654,7 @@ public:
|
| 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);
|
|
|
|
|