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 2fa592817e447985b5b5e0ff0350acc264b10950..0e646d8bd37a22f44fdebdc41aaec9aeee481aa8 100644 |
--- a/content/browser/gpu/gpu_process_host.cc |
+++ b/content/browser/gpu/gpu_process_host.cc |
@@ -1022,6 +1022,7 @@ bool GpuProcessHost::LaunchGpuProcess(const std::string& channel_id) { |
#endif |
switches::kCrashOnGpuHang, |
switches::kEnableVirtualGLContexts, |
+ switches::kUseExynosVda, |
}; |
cmd_line->CopySwitchesFrom(browser_command_line, kSwitchNames, |
arraysize(kSwitchNames)); |