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

Unified Diff: content/public/common/content_switches.cc

Issue 8678037: Render Core Animation plugins through WebKit's compositor rather than (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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
Index: content/public/common/content_switches.cc
===================================================================
--- content/public/common/content_switches.cc (revision 111400)
+++ content/public/common/content_switches.cc (working copy)
@@ -550,6 +550,11 @@
const char kUseSystemSSL[] = "use-system-ssl";
#endif
+#if defined(OS_MACOSX)
+const char kDisableCompositedCoreAnimationPlugins[] =
+ "disable-composited-core-animation-plugins";
+#endif
+
#if !defined(OFFICIAL_BUILD)
// Causes the renderer process to throw an assertion on launch.
const char kRendererCheckFalseTest[] = "renderer-check-false-test";

Powered by Google App Engine
This is Rietveld 408576698