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 305419b74cc1b720115a6e9f08226cf50dc6b9a4..cc710dd0235853c35ab6ba2b41806e99a805eabc 100644 |
--- a/content/browser/gpu/gpu_process_host.cc |
+++ b/content/browser/gpu/gpu_process_host.cc |
@@ -744,6 +744,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, |