Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 80b02e10689690d43ef4e020cab8e3c07bcd1115..293a5b6a5b0181df3c7c0e967cec31332eb1e969 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -870,6 +870,9 @@ const char kEnableWebRtcAecRecordings[] = "enable-webrtc-aec-recordings"; |
// Enables HW decode acceleration for WebRTC. |
const char kEnableWebRtcHWDecoding[] = "enable-webrtc-hw-decoding"; |
+// Enables HW encode acceleration for WebRTC. |
+const char kEnableWebRtcHWEncoding[] = "enable-webrtc-hw-encoding"; |
+ |
#endif |
#if defined(OS_ANDROID) |