Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 20ffef035b33d67a766150ba1b6ad1c0dc60544a..459b143e411391444a2843b263ef68445f0692c5 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -231,6 +231,9 @@ const char kEnableWebRtcTcpServerSocket[] = "enable-webrtc-tcp-server-socket"; |
// 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"; |
+ |
// Enable CSS Transitions / Animations on the Web Animations model. |
const char kEnableWebAnimationsCSS[] = "enable-web-animations-css"; |