| Index: content/browser/gpu/gpu_process_host.cc
|
| diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc
|
| index 96a233e56e426cb4c5eb1dbe9ade8d1d7af4acd7..69d7320b9186d0ac01101614df0d754d84d334d5 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -981,6 +981,9 @@ bool GpuProcessHost::LaunchGpuProcess(const std::string& channel_id) {
|
| #endif
|
| switches::kEnableLogging,
|
| switches::kEnableShareGroupAsyncTextureUpload,
|
| +#if defined(OS_CHROMEOS)
|
| + switches::kEnableVaapiAcceleratedVideoEncode,
|
| +#endif
|
| switches::kGpuStartupDialog,
|
| switches::kGpuSandboxAllowSysVShm,
|
| switches::kGpuSandboxFailuresFatal,
|
|
|