| Index: ui/events/event_switches.cc
|
| diff --git a/ui/events/event_switches.cc b/ui/events/event_switches.cc
|
| index 198113f9b94cdb42be2dc8ebb1759a3ffef00c72..4e4405e174940de89301021c71202efc3f46710f 100644
|
| --- a/ui/events/event_switches.cc
|
| +++ b/ui/events/event_switches.cc
|
| @@ -34,7 +34,7 @@ const char kCompensateForUnstablePinchZoom[] =
|
| const char kTouchDevices[] = "touch-devices";
|
| #endif
|
|
|
| -#if defined(USE_XI2_MT) || defined(USE_OZONE)
|
| +#if defined(USE_X11) || defined(USE_OZONE)
|
| // The calibration factors given as "<left>,<right>,<top>,<bottom>".
|
| const char kTouchCalibration[] = "touch-calibration";
|
| #endif
|
|
|