Index: content/browser/renderer_host/render_process_host_impl.cc |
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc |
index 7139f7eaecf7fffa109e80a92bbeebf69c9471cf..abcc033dbf26fdabbcdfb568b9e03f6b41e2bdbe 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -911,6 +911,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
#if defined(ENABLE_WEBRTC) |
switches::kEnableWebRtcAecRecordings, |
switches::kEnableWebRtcTcpServerSocket, |
+ switches::kEnableWebRTCHWDecoding, |
#endif |
#if defined(ANDROID) && !defined(GOOGLE_TV) |
switches::kEnableWebKitMediaSource, |