| 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 29b89596bf12d17ced8953b75a114751b0b80aaf..134d0926b26c3fa41be2789ecdfc8ac48a0166fe 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;
|
|
|