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 6e3b4390d7725d9f150e8ee7c55d9330b6a3c24f..688e3c9fb3ad5f9f0998ea9dd3627457bdc0b076 100644 |
--- a/content/browser/gpu/gpu_process_host.cc |
+++ b/content/browser/gpu/gpu_process_host.cc |
@@ -984,7 +984,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, |