| Index: ui/events/event_switches.cc
|
| diff --git a/ui/events/event_switches.cc b/ui/events/event_switches.cc
|
| index dcc001475dcfa87c627a4629dce8384be275620c..a17fd8ecb80d59780dd468f2e196540a8410e18c 100644
|
| --- a/ui/events/event_switches.cc
|
| +++ b/ui/events/event_switches.cc
|
| @@ -43,4 +43,9 @@ const char kExtraTouchNoiseFiltering[] = "touch-noise-filtering";
|
| const char kTouchCalibration[] = "touch-calibration";
|
| #endif
|
|
|
| +#if defined(USE_X11)
|
| +// Dispatch one event per iteration of the message loop.
|
| +const char kDispatchOneEventPerLoop[] = "dispatch-one-event-per-loop";
|
| +#endif
|
| +
|
| } // namespace switches
|
|
|