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

Unified Diff: ui/events/event_switches.h

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.h
diff --git a/ui/events/event_switches.h b/ui/events/event_switches.h
index 2cd2bcded8d2a92c0ea40f23757b152a86758597..5498fff1316904992a9580be7f6a0b52979c5931 100644
--- a/ui/events/event_switches.h
+++ b/ui/events/event_switches.h
@@ -23,6 +23,7 @@ EVENTS_BASE_EXPORT extern const char kTouchDevices[];
#if defined(USE_X11) || defined(USE_OZONE)
EVENTS_BASE_EXPORT extern const char kTouchCalibration[];
+EVENTS_BASE_EXPORT extern const char kExtraTouchNoiseFiltering[];
flackr 2015/03/13 15:08:36 nit: sort
#endif
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698