| Index: Source/core/events/GestureEvent.h
|
| diff --git a/Source/core/events/GestureEvent.h b/Source/core/events/GestureEvent.h
|
| index c42eeee6632fa7e444933d23d0beb1ed7f0b3c75..b12d217c489d1b67bdaeed0f7077645d759d3016 100644
|
| --- a/Source/core/events/GestureEvent.h
|
| +++ b/Source/core/events/GestureEvent.h
|
| @@ -46,6 +46,8 @@ public:
|
| float deltaX() const { return m_deltaX; }
|
| float deltaY() const { return m_deltaY; }
|
|
|
| + PassRefPtrWillBeRawPtr<EventDispatchMediator> createMediator() override;
|
| +
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
|
|