Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(957)

Unified Diff: content/browser/gpu/gpu_process_host.cc

Issue 9814001: Add VAVDA, the VAAPI Video Decode Accelerator for Intel CPUs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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));

Powered by Google App Engine
This is Rietveld 408576698