Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 24f0495d1615892beeadc033c97cd43bb7721327..6dce9238d253518c609a1d2098641fcc9b7e459c 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -448,6 +448,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"; |