| 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 721fa41f529771ebe50e94a76749209923ebd49d..04fe7652adc7687dcb8d080869b70dde0b455e77 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,
|
|
|