| Index: ui/base/ui_base_switches.cc
|
| diff --git a/ui/base/ui_base_switches.cc b/ui/base/ui_base_switches.cc
|
| index b861be990c77e2a5a2dc5d69e36e5c1df55a07a9..91fc9a9688de3c0ac2dbabb828de2c4f66eac17a 100644
|
| --- a/ui/base/ui_base_switches.cc
|
| +++ b/ui/base/ui_base_switches.cc
|
| @@ -7,8 +7,8 @@
|
| namespace switches {
|
|
|
| #if defined(OS_MACOSX) && !defined(OS_IOS)
|
| -// Disable use of CoreAnimation to draw on the Mac.
|
| -const char kDisableCoreAnimation[] = "disable-core-animation";
|
| +// Enable use of CoreAnimation to draw on the Mac.
|
| +const char kEnableCoreAnimation[] = "enable-core-animation";
|
| #endif
|
|
|
| // Disables use of DWM composition for top level windows.
|
|
|