| Index: third_party/WebKit/Source/core/input/EventHandler.h
|
| diff --git a/third_party/WebKit/Source/core/input/EventHandler.h b/third_party/WebKit/Source/core/input/EventHandler.h
|
| index 586e21b72e6dbb07bd7e734af6c96d458627d322..3540478480c037b875b9a4bae99ffde28c3066ba 100644
|
| --- a/third_party/WebKit/Source/core/input/EventHandler.h
|
| +++ b/third_party/WebKit/Source/core/input/EventHandler.h
|
| @@ -87,8 +87,7 @@ class Widget;
|
|
|
| enum class DragInitiator;
|
|
|
| -class CORE_EXPORT EventHandler final : public GarbageCollectedFinalized<EventHandler>
|
| - , public UserGestureUtilizedCallback {
|
| +class CORE_EXPORT EventHandler final : public GarbageCollectedFinalized<EventHandler> {
|
|
|
| WTF_MAKE_NONCOPYABLE(EventHandler);
|
| public:
|
| @@ -209,7 +208,6 @@ public:
|
| void capsLockStateMayHaveChanged(); // Only called by FrameSelection
|
|
|
| WebInputEventResult handleTouchEvent(const PlatformTouchEvent&);
|
| - void userGestureUtilized() override;
|
|
|
| bool useHandCursor(Node*, bool isOverLink);
|
|
|
|
|