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

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

Issue 10636036: Enable renderer side mixing behind a flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments! Created 8 years, 5 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
Index: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 7aa44394d1da981b0d06cc39abdf52c9ce3e7a7a..6462d62e54ef5be9a5d6fd8ff97af5aa76cd2a6b 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -312,6 +312,9 @@ const char kEnablePrivilegedWebGLExtensions[] =
const char kEnablePruneGpuCommandBuffers[] =
"enable-prune-gpu-command-buffers";
+// Enable renderer side mixing and the low latency output path for <audio>.
scherkus (not reviewing) 2012/07/13 23:17:38 s/<audio>/media elements/ I hope this works for <
DaleCurtis 2012/07/14 00:39:26 Done.
+const char kEnableRendererSideMixing[] = "enable-renderer-side-mixing";
+
// Enables TLS cached info extension.
const char kEnableSSLCachedInfo[] = "enable-ssl-cached-info";

Powered by Google App Engine
This is Rietveld 408576698