Index: ui/base/ui_base_switches.cc |
diff --git a/ui/base/ui_base_switches.cc b/ui/base/ui_base_switches.cc |
index f7c564d7f0b2555de815f895ecab40a7f8f9692f..b4e00b4168513f4498560e47b0a9050dfc67ae6f 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"; |
// Disable use of CoreAnimation to draw on the Mac. |
const char kDisableCoreAnimation[] = "disable-core-animation"; |