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