| Index: ui/base/ui_base_switches.cc
|
| diff --git a/ui/base/ui_base_switches.cc b/ui/base/ui_base_switches.cc
|
| index d1a2597f5a17c9a41e63ebc635de4aab323a100b..67ef4484962e1a2855138484f9f7e45ce57b5f6d 100644
|
| --- a/ui/base/ui_base_switches.cc
|
| +++ b/ui/base/ui_base_switches.cc
|
| @@ -8,7 +8,10 @@ namespace switches {
|
|
|
| // The default device scale factor to apply to the browser UI and
|
| // the contents in the absence of a viewport meta tag.
|
| -const char kDefaultDeviceScaleFactor[] = "default-device-scale-factor";
|
| +const char kDefaultDeviceScaleFactor[] = "default-device-scale-factor";
|
| +
|
| +// Enable touch screen calibration.
|
| +const char kDisableTouchCalibration[] = "disable-touch-calibration";
|
|
|
| // Enable support for touch events.
|
| const char kEnableTouchEvents[] = "enable-touch-events";
|
| @@ -28,6 +31,7 @@ const char kNoMessageBox[] = "no-message-box";
|
| // Enables UI changes that make it easier to use with a touchscreen.
|
| const char kTouchOptimizedUI[] = "touch-optimized-ui";
|
|
|
| +
|
| #if defined(OS_MACOSX)
|
| const char kDisableCompositedCoreAnimationPlugins[] =
|
| "disable-composited-core-animation-plugins";
|
|
|