| Index: ui/events/event_switches.h
|
| diff --git a/ui/events/event_switches.h b/ui/events/event_switches.h
|
| index 94bf37fdc5e51c4062cc951e49a5eb9fe1718601..ba3ed532dde25a75b44a95ee5cf5c75830dfa213 100644
|
| --- a/ui/events/event_switches.h
|
| +++ b/ui/events/event_switches.h
|
| @@ -26,6 +26,10 @@ EVENTS_BASE_EXPORT extern const char kExtraTouchNoiseFiltering[];
|
| EVENTS_BASE_EXPORT extern const char kTouchCalibration[];
|
| #endif
|
|
|
| +#if defined(USE_X11)
|
| +EVENTS_BASE_EXPORT extern const char kDispatchOneEventPerLoop[];
|
| +#endif
|
| +
|
| } // namespace switches
|
|
|
| #endif // UI_EVENTS_EVENTS_SWITCHES_H_
|
|
|