| 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 dbc20349449fedba842cf2c85959f0cd7ceda670..2a35014b628801cf5bc59701c90ddc1d4971f40c 100644
|
| --- a/third_party/WebKit/Source/core/input/EventHandler.cpp
|
| +++ b/third_party/WebKit/Source/core/input/EventHandler.cpp
|
| @@ -3644,10 +3644,9 @@ WebInputEventResult EventHandler::handleTouchEvent(const PlatformTouchEvent& eve
|
|
|
| void EventHandler::userGestureUtilized()
|
| {
|
| - // This is invoked for UserGestureIndicators created in handleTouchEvent which perhaps represent
|
| - // touch actions which shouldn't be considered a user-gesture.
|
| + // 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);
|
| - Deprecation::countDeprecationCrossOriginIframe(m_frame, UseCounter::TouchDragUserGestureUsedCrossOrigin);
|
| }
|
|
|
| void EventHandler::setLastKnownMousePosition(const PlatformMouseEvent& event)
|
|
|