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

Unified Diff: ui/events/event_switches.cc

Issue 991533002: Port Chromium OS touch noise filtering to Chromium (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « ui/events/event_switches.h ('k') | ui/events/events.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/event_switches.cc
diff --git a/ui/events/event_switches.cc b/ui/events/event_switches.cc
index 4e4405e174940de89301021c71202efc3f46710f..dcc001475dcfa87c627a4629dce8384be275620c 100644
--- a/ui/events/event_switches.cc
+++ b/ui/events/event_switches.cc
@@ -35,6 +35,10 @@ const char kTouchDevices[] = "touch-devices";
#endif
#if defined(USE_X11) || defined(USE_OZONE)
+// Tells Chrome to do additional touch noise filtering. Should only be used if
+// the driver level filtering is insufficient.
+const char kExtraTouchNoiseFiltering[] = "touch-noise-filtering";
+
// The calibration factors given as "<left>,<right>,<top>,<bottom>".
const char kTouchCalibration[] = "touch-calibration";
#endif
« no previous file with comments | « ui/events/event_switches.h ('k') | ui/events/events.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698