Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(97)

Unified Diff: third_party/WebKit/Source/core/input/EventHandler.cpp

Issue 2027473002: Deprecate use of user gestures during scroll-related touch events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « third_party/WebKit/Source/core/input/EventHandler.h ('k') | third_party/WebKit/Source/core/input/PointerEventManager.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698