Index: content/browser/renderer_host/compositing_iosurface_context_mac.mm |
diff --git a/content/browser/renderer_host/compositing_iosurface_context_mac.mm b/content/browser/renderer_host/compositing_iosurface_context_mac.mm |
index cfeadca6b257c86903059a1a4867980f4f30b4c0..f9a639c2f6cc5215e7b62bd1996d9b5e09f755a9 100644 |
--- a/content/browser/renderer_host/compositing_iosurface_context_mac.mm |
+++ b/content/browser/renderer_host/compositing_iosurface_context_mac.mm |
@@ -20,8 +20,8 @@ namespace content { |
CoreAnimationStatus GetCoreAnimationStatus() { |
static CoreAnimationStatus status = |
- CommandLine::ForCurrentProcess()->HasSwitch( |
- switches::kDisableCoreAnimation) ? |
+ !CommandLine::ForCurrentProcess()->HasSwitch( |
+ switches::kEnableCoreAnimation) ? |
CORE_ANIMATION_DISABLED : CORE_ANIMATION_ENABLED; |
return status; |
} |