| 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 0aa7ebcf9babbe3fcd8f9422e7bee6cf1f2b8303..db588d7030a43c6feaa88966bcf099ef156742ed 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)
|
|
|