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

Unified Diff: third_party/WebKit/Source/web/WebUserGestureIndicator.cpp

Issue 1799253002: Stricter user gestures for touch - measure and warn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/web/WebUserGestureIndicator.cpp
diff --git a/third_party/WebKit/Source/web/WebUserGestureIndicator.cpp b/third_party/WebKit/Source/web/WebUserGestureIndicator.cpp
index c34248486fa3b040aa5dd5f508ccbf5df9d64f4d..e767ca8c7f36868d8d36fd6b0b5686bd40075ec1 100644
--- a/third_party/WebKit/Source/web/WebUserGestureIndicator.cpp
+++ b/third_party/WebKit/Source/web/WebUserGestureIndicator.cpp
@@ -37,7 +37,7 @@ namespace blink {
bool WebUserGestureIndicator::isProcessingUserGesture()
{
- return UserGestureIndicator::processingUserGesture();
+ return UserGestureIndicator::processingUserGestureUntracked();
}
bool WebUserGestureIndicator::consumeUserGesture()

Powered by Google App Engine
This is Rietveld 408576698