Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / ui / base / ui_base_switches.cc
index 9bacd0a..32bb03c 100644 (file)
@@ -7,8 +7,9 @@
 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 cross-process CALayers to display content directly from the
+// GPU process on Mac.
+const char kEnableRemoteCoreAnimation[] = "enable-remote-core-animation";
 #endif
 
 // Disables use of DWM composition for top level windows.