| Index: ui/base/ui_base_switches.cc
|
| diff --git a/ui/base/ui_base_switches.cc b/ui/base/ui_base_switches.cc
|
| index e6a4c92ff75bc990bd8f38a7623c39d5f1ca843f..2163397ccf39355a53f63dbc85f30cff5fcce4fa 100644
|
| --- a/ui/base/ui_base_switches.cc
|
| +++ b/ui/base/ui_base_switches.cc
|
| @@ -9,7 +9,7 @@ namespace switches {
|
| #if defined(OS_MACOSX) && !defined(OS_IOS)
|
| // Enable use of cross-process CALayers to display content directly from the
|
| // GPU process on Mac.
|
| -const char kEnableRemoteCoreAnimation[] = "enable-remote-core-animation";
|
| +const char kDisableRemoteCoreAnimation[] = "disable-remote-core-animation";
|
| #endif
|
|
|
| // Disables use of DWM composition for top level windows.
|
|
|