Index: third_party/WebKit/Source/core/events/WheelEvent.h |
diff --git a/third_party/WebKit/Source/core/events/WheelEvent.h b/third_party/WebKit/Source/core/events/WheelEvent.h |
index 27ec42faf3ec419825318864f35892dbbdba3d5a..217a418b2368eec91432472d0f0e0f9fe203267b 100644 |
--- a/third_party/WebKit/Source/core/events/WheelEvent.h |
+++ b/third_party/WebKit/Source/core/events/WheelEvent.h |
@@ -26,7 +26,6 @@ |
#define WheelEvent_h |
#include "core/CoreExport.h" |
-#include "core/events/EventDispatchMediator.h" |
#include "core/events/MouseEvent.h" |
#include "core/events/WheelEventInit.h" |
#include "platform/geometry/FloatPoint.h" |
@@ -112,16 +111,6 @@ private: |
DEFINE_EVENT_TYPE_CASTS(WheelEvent); |
-class WheelEventDispatchMediator final : public EventDispatchMediator { |
-public: |
- static PassRefPtrWillBeRawPtr<WheelEventDispatchMediator> create(PassRefPtrWillBeRawPtr<WheelEvent>); |
- |
-private: |
- explicit WheelEventDispatchMediator(PassRefPtrWillBeRawPtr<WheelEvent>); |
- WheelEvent& event() const; |
- bool dispatchEvent(EventDispatcher&) const override; |
-}; |
- |
} // namespace blink |
#endif // WheelEvent_h |