Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 32b12370a3f19cd28543381f0a4b208c933e7f81..6c11bbb384dafbde6ba7f26b649d1cb03df59e5c 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -414,6 +414,9 @@ const char kDisableThreadedCompositing[] = "disable-threaded-compositing"; |
// SYN packet. |
const char kEnableTcpFastOpen[] = "enable-tcp-fastopen"; |
+// Enables HW decode acceleration for WebRTC. |
+const char kEnableWebRTCHWDecoding[] = "enable-webrtc-hw-decoding"; |
+ |
// Disables hardware acceleration of video decode, where available. |
const char kDisableAcceleratedVideoDecode[] = |
"disable-accelerated-video-decode"; |