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 db55c30b4c4bb7593be5bc3ac107e11fb757e603..ae28408d70844388396b922178c0eebd0f87dd24 100644 |
--- a/content/browser/gpu/gpu_process_host.cc |
+++ b/content/browser/gpu/gpu_process_host.cc |
@@ -884,7 +884,7 @@ bool GpuProcessHost::LaunchGpuProcess(const std::string& channel_id) { |
switches::kEnableLogging, |
switches::kEnableShareGroupAsyncTextureUpload, |
#if defined(OS_CHROMEOS) |
- switches::kEnableVaapiAcceleratedVideoEncode, |
+ switches::kDisableVaapiAcceleratedVideoEncode, |
#endif |
switches::kGpuStartupDialog, |
switches::kGpuSandboxAllowSysVShm, |