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

Unified Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 2414273003: Remove UserGesture on touch scrolls (Closed)
Patch Set: Improve comments Created 4 years, 1 month 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/frame/UseCounter.h
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
index 01795c2571d81ffdeef389f4a5d068de43046120..f0ea044ddfe013411bd7999b72c0353b496138ea 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1100,9 +1100,6 @@ class CORE_EXPORT UseCounter {
CSSSelectorPseudoReadWrite = 1378,
// The above items are available in M52 branch
- TouchStartUserGestureUtilized = 1380,
- TouchMoveUserGestureUtilized = 1381,
- TouchEndDuringScrollUserGestureUtilized = 1382,
CSSSelectorPseudoDefined = 1383,
RTCPeerConnectionAddIceCandidatePromise = 1384,
RTCPeerConnectionAddIceCandidateLegacy = 1385,
« no previous file with comments | « third_party/WebKit/Source/core/frame/Deprecation.cpp ('k') | third_party/WebKit/Source/core/input/PointerEventManager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698