X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fui%2Fbase%2Fui_base_switches.cc;h=32bb03c0f77389f262054da725c456708239a267;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=9bacd0a71c2855db41efe4b66370bc8873a6123d;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/ui/base/ui_base_switches.cc b/src/ui/base/ui_base_switches.cc index 9bacd0a..32bb03c 100644 --- a/src/ui/base/ui_base_switches.cc +++ b/src/ui/base/ui_base_switches.cc @@ -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.