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

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
Index: ui/events/event_switches.cc
diff --git a/ui/events/event_switches.cc b/ui/events/event_switches.cc
index 4e4405e174940de89301021c71202efc3f46710f..23562ae138993eba2fd00fd6740b5e749dfd3a31 100644
--- a/ui/events/event_switches.cc
+++ b/ui/events/event_switches.cc
@@ -37,6 +37,10 @@ const char kTouchDevices[] = "touch-devices";
#if defined(USE_X11) || defined(USE_OZONE)
// The calibration factors given as "<left>,<right>,<top>,<bottom>".
const char kTouchCalibration[] = "touch-calibration";
+
+// 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";
#endif
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698