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

Unified Diff: third_party/WebKit/Source/core/input/TouchEventManager.h

Issue 2669663002: Move touch slop suppression to TouchEventManager (Closed)
Patch Set: slop region Created 3 years, 11 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/TouchEventManager.h
diff --git a/third_party/WebKit/Source/core/input/TouchEventManager.h b/third_party/WebKit/Source/core/input/TouchEventManager.h
index 123ac14aaf04a05f13ea08d9a700890e038857e8..f36198c2d4b691736dc5004c466bd274ee587f7f 100644
--- a/third_party/WebKit/Source/core/input/TouchEventManager.h
+++ b/third_party/WebKit/Source/core/input/TouchEventManager.h
@@ -95,6 +95,7 @@ class CORE_EXPORT TouchEventManager
Member<Document> m_touchSequenceDocument;
bool m_touchPressed;
+ bool m_suppressingTouchmoves;
mustaq 2017/02/01 20:17:10 Please make it clear that this is "suppressingMove
lanwei 2017/02/02 19:49:36 Done.
// The current touch action, computed on each touch start and is
// a union of all touches. Reset when all touches are released.

Powered by Google App Engine
This is Rietveld 408576698