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

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: fix try bots errors Created 7 years, 5 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 3b86d0df9d2b7028b9c5b92517d15901c2091a15..541d62bb22ce172bbcad111bba66c0d62ecb7ce8 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -232,6 +232,9 @@ const char kEnableSCTPDataChannels[] = "enable-sctp-data-channels";
// Enable WebRTC to open TCP server sockets.
const char kEnableWebRtcTcpServerSocket[] = "enable-webrtc-tcp-server-socket";
+// Enables HW decode acceleration for WebRTC.
+const char kEnableWebRtcHWDecoding[] = "enable-webrtc-hw-decoding";
+
// Enables Web MIDI API.
const char kEnableWebMIDI[] = "enable-web-midi";

Powered by Google App Engine
This is Rietveld 408576698