| 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 ea3130737223883e4f164c87b0366fde5525f240..03f9f100a33b0bac3bd8bfb46ab57dfd3c3849e7 100644
|
| --- a/third_party/WebKit/Source/core/input/EventHandler.cpp
|
| +++ b/third_party/WebKit/Source/core/input/EventHandler.cpp
|
| @@ -3642,13 +3642,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;
|
|
|