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

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

Issue 1996143002: Deprecate use of user gestures during scroll-related touch events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with trunk 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 2991bbfa8b8262b6062bd3c36e9117d1804cc869..22ff85faa4c717d09a7939f22de3bf7824bf75e5 100644
--- a/third_party/WebKit/Source/core/input/EventHandler.cpp
+++ b/third_party/WebKit/Source/core/input/EventHandler.cpp
@@ -3638,13 +3638,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