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

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

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.h
===================================================================
--- content/public/common/content_switches.h (revision 111400)
+++ content/public/common/content_switches.h (working copy)
@@ -175,6 +175,14 @@
extern const char kUseSystemSSL[];
#endif
+#if defined(OS_MACOSX)
+// TODO(kbr): remove this and the associated old code path:
+// http://crbug.com/105344
+// Note: string is replicated in
+// src/webkit/plugins/npapi/plugin_host.cc.
+extern const char kDisableCompositedCoreAnimationPlugins[];
+#endif
+
#if !defined(OFFICIAL_BUILD)
CONTENT_EXPORT extern const char kRendererCheckFalseTest[];
#endif

Powered by Google App Engine
This is Rietveld 408576698