Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index cc8d762d7e9caea7e7d2b658f599dc1ebcb39413..b7786ec809bfc5444b2074a6dd0e55fd19260d21 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -982,7 +982,7 @@ const char kDisableVaapiAcceleratedVideoEncode[] = |
const char kEnableSpeechDispatcher[] = "enable-speech-dispatcher"; |
#endif |
-#if defined(OS_MACOSX) && !defined(OS_IOS) |
+#if defined(OS_MACOSX) |
// Disables support for Core Animation plugins. This is triggered when |
// accelerated compositing is disabled. See http://crbug.com/122430. |
const char kDisableCoreAnimationPlugins[] = |