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 4f59dd3deb311a4cbf596f91582b7429669f84cd..55e09355d3e3c24bbce022d1ab434403ce703d60 100644 |
--- a/content/browser/gpu/gpu_process_host.cc |
+++ b/content/browser/gpu/gpu_process_host.cc |
@@ -702,6 +702,7 @@ bool GpuProcessHost::LaunchGpuProcess(const std::string& channel_id) { |
switches::kNoSandbox, |
switches::kTestGLLib, |
switches::kTraceStartup, |
+ switches::kEnableVaapiDecodeAcceleration, |
Ami GONE FROM CHROMIUM
2012/03/21 13:16:24
Keep sorted?
Pawel Osciak
2012/04/05 10:37:20
Done.
|
}; |
cmd_line->CopySwitchesFrom(browser_command_line, kSwitchNames, |
arraysize(kSwitchNames)); |