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 4c4dc13a941a0f613912fd5b3474fee9599e7a54..d7a7fdbd1f8f8d85198a94155933ac0154ec3571 100644 |
--- a/content/browser/gpu/gpu_process_host.cc |
+++ b/content/browser/gpu/gpu_process_host.cc |
@@ -991,6 +991,7 @@ bool GpuProcessHost::LaunchGpuProcess(const std::string& channel_id) { |
#if defined(USE_AURA) |
switches::kUIPrioritizeInGpuProcess, |
#endif |
+ switches::kUseExynosVda, |
piman
2013/01/12 03:24:58
note: you will need it also in LoginUtilsImpl::Get
sheu
2013/01/14 23:49:49
Done.
|
}; |
cmd_line->CopySwitchesFrom(browser_command_line, kSwitchNames, |
arraysize(kSwitchNames)); |