| 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 c69fa8be7af779da2296c4a02307533f6f314d51..6e952626628cd698f11cc1462a7e837242916d00 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:
|
| @@ -212,7 +211,6 @@ public:
|
| void capsLockStateMayHaveChanged(); // Only called by FrameSelection
|
|
|
| WebInputEventResult handleTouchEvent(const PlatformTouchEvent&);
|
| - void userGestureUtilized() override;
|
|
|
| bool useHandCursor(Node*, bool isOverLink);
|
|
|
|
|