Chromium Code Reviews| 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"; |