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

Unified Diff: Source/core/page/Settings.in

Issue 20598008: Add maxTouchPoints for pointer events (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: maxTouchPoints the right way Created 7 years, 2 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: Source/core/page/Settings.in
diff --git a/Source/core/page/Settings.in b/Source/core/page/Settings.in
index 3b30c01187b4d903842baf2b2e6398193373bdea..b24dc3d11b8911144fbf031bb71daec905452499 100644
--- a/Source/core/page/Settings.in
+++ b/Source/core/page/Settings.in
@@ -124,6 +124,7 @@ shouldRespectImageOrientation initial=false
deviceSupportsTouch initial=false
deviceSupportsMouse initial=true
+maxTouchPoints type=int, initial=0
Rick Byers 2013/10/10 22:12:18 Please add a comment (see the other new comments i
touchAdjustmentEnabled initial=true
compositorTouchHitTesting initial=true

Powered by Google App Engine
This is Rietveld 408576698