Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: ui/base/ui_base_switches.cc

Issue 203573005: Disable CoreAnimation by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/base/ui_base_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « ui/base/ui_base_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698