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 b16811843a47ab2c56d60022cc6fb3eb29ae8811..9a8f1c2ca9d7c407ebf6636e9fd405e8ead31ff2 100644 |
--- a/content/browser/gpu/gpu_process_host.cc |
+++ b/content/browser/gpu/gpu_process_host.cc |
@@ -848,6 +848,7 @@ bool GpuProcessHost::LaunchGpuProcess(const std::string& channel_id) { |
#if defined(USE_AURA) |
switches::kUIPrioritizeInGpuProcess, |
#endif |
+ switches::kUseExynosVda, |
}; |
cmd_line->CopySwitchesFrom(browser_command_line, kSwitchNames, |
arraysize(kSwitchNames)); |