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 3389374b77fc45266ae3ebc546e7d2e5fc7f015d..ab5d2ceac12dc018625dd2b97272a842ed55ca32 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -918,6 +918,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
#if defined(ENABLE_WEBRTC) |
switches::kEnableWebRtcAecRecordings, |
switches::kEnableWebRtcTcpServerSocket, |
+ switches::kEnableWebRtcHWDecoding, |
#endif |
#if defined(ANDROID) && !defined(GOOGLE_TV) |
switches::kEnableWebKitMediaSource, |