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

Unified Diff: ui/events/event_switches.h

Issue 1287103004: Sync ui/events to chromium @ https://codereview.chromium.org/1210203002 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased Created 5 years, 4 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_source.h ('k') | ui/events/event_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/event_switches.h
diff --git a/ui/events/event_switches.h b/ui/events/event_switches.h
index ff73d9c92c05415ecccddcd839fdbe9c398c2df5..94bf37fdc5e51c4062cc951e49a5eb9fe1718601 100644
--- a/ui/events/event_switches.h
+++ b/ui/events/event_switches.h
@@ -21,7 +21,8 @@ EVENTS_BASE_EXPORT extern const char kCompensateForUnstablePinchZoom[];
EVENTS_BASE_EXPORT extern const char kTouchDevices[];
#endif
-#if defined(USE_XI2_MT) || defined(USE_OZONE)
+#if defined(USE_X11) || defined(USE_OZONE)
+EVENTS_BASE_EXPORT extern const char kExtraTouchNoiseFiltering[];
EVENTS_BASE_EXPORT extern const char kTouchCalibration[];
#endif
« no previous file with comments | « ui/events/event_source.h ('k') | ui/events/event_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698