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 0b7245cd46d754bea002accc25dab837042544d0..64a17ed20180b54834669a701cad131731983dc3 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -938,6 +938,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
switches::kEnableWebRtcAecRecordings, |
switches::kEnableWebRtcTcpServerSocket, |
switches::kEnableWebRtcHWDecoding, |
+ switches::kEnableWebRtcHWEncoding, |
#endif |
switches::kDisableWebKitMediaSource, |
switches::kEnableOverscrollNotifications, |