| Index: third_party/WebKit/Source/core/input/EventHandler.cpp
|
| diff --git a/third_party/WebKit/Source/core/input/EventHandler.cpp b/third_party/WebKit/Source/core/input/EventHandler.cpp
|
| index 2991bbfa8b8262b6062bd3c36e9117d1804cc869..22ff85faa4c717d09a7939f22de3bf7824bf75e5 100644
|
| --- a/third_party/WebKit/Source/core/input/EventHandler.cpp
|
| +++ b/third_party/WebKit/Source/core/input/EventHandler.cpp
|
| @@ -3638,13 +3638,6 @@ WebInputEventResult EventHandler::handleTouchEvent(const PlatformTouchEvent& eve
|
| return m_pointerEventManager.handleTouchEvents(event);
|
| }
|
|
|
| -void EventHandler::userGestureUtilized()
|
| -{
|
| - // This is invoked for UserGestureIndicators created in TouchEventManger::handleTouchEvent which perhaps
|
| - // represent touch actions which shouldn't be considered a user-gesture.
|
| - UseCounter::count(m_frame, UseCounter::TouchDragUserGestureUsed);
|
| -}
|
| -
|
| void EventHandler::setLastKnownMousePosition(const PlatformMouseEvent& event)
|
| {
|
| m_mousePositionIsUnknown = false;
|
|
|