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

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, 9 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();
jochen (gone - plz use gerrit) 2016/03/15 20:01:06 ppapi calls this API to do some checks that "count
Rick Byers 2016/03/16 18:24:44 So do you think it's worth adding tracked/untracke
}
bool WebUserGestureIndicator::consumeUserGesture()
« no previous file with comments | « third_party/WebKit/Source/platform/UserGestureIndicator.cpp ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698