Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 12871397de91be02e333395da36f02dfe1893ca6..d08cf7dfd6485b260b3b6bd6b81fe766503b6293 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -444,6 +444,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"; |