| 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 4900d2ec4c6006b6f6c206aba0a37cd0a0b4382a..bb694542fad97608bc99daa69a0e157187ad7acd 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -737,6 +737,9 @@ bool GpuProcessHost::LaunchGpuProcess(const std::string& channel_id) {
|
| #if defined(OS_MACOSX)
|
| switches::kEnableSandboxLogging,
|
| #endif
|
| +#if defined(OS_CHROMEOS)
|
| + switches::kEnableVaapi,
|
| +#endif
|
| switches::kGpuNoContextLost,
|
| switches::kGpuStartupDialog,
|
| switches::kLoggingLevel,
|
|
|