| 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 efe852b1a15f19743b1d06e6bdb6c29209d22558..8bd4a919f6cf1291bf24db62f2a0fd46f3826633 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1249,6 +1249,9 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kDisableDirectWrite,
|
| switches::kEnableHighResolutionTime,
|
| #endif
|
| +#if defined(OS_CHROMEOS)
|
| + switches::kEnableVaapiAcceleratedVideoEncode,
|
| +#endif
|
| };
|
| renderer_cmd->CopySwitchesFrom(browser_cmd, kSwitchNames,
|
| arraysize(kSwitchNames));
|
|
|