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 eb94b03de86c4d95ae86caa2b0b49ac77fe3b265..6a4489438f578c2a9f0c48babc110fac26c4cd28 100644 |
--- a/content/browser/gpu/gpu_process_host.cc |
+++ b/content/browser/gpu/gpu_process_host.cc |
@@ -700,6 +700,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, |