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

Unified Diff: content/public/common/content_switches.cc

Issue 13890012: Integrate VDA with WebRTC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 8 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/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 320a6df31fd6205c5e56f1df197e50dc0e65af0d..f8601e752367235a6ce3cc49949b4c6bbb3788f6 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -314,6 +314,9 @@ const char kEnableGpuBenchmarking[] = "enable-gpu-benchmarking";
// Enables TRACE for GL calls in the renderer.
const char kEnableGpuClientTracing[] = "enable-gpu-client-tracing";
+// Enables HW decode acceleration for WebRTC.
+const char kEnableWebRTCHWDecoding[] = "enable-webrtc-hw-decoding";
Ami GONE FROM CHROMIUM 2013/04/26 00:42:05 Move to match other relative locations.
wuchengli 2013/04/26 11:49:14 Done.
+
// Enables the memory benchmarking extension
const char kEnableMemoryBenchmarking[] = "enable-memory-benchmarking";

Powered by Google App Engine
This is Rietveld 408576698