Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 1747428ae9ed723e27df0c3ee1f4e105c2d79893..5fd9d1eb84717d580056bbcaddaa70ca2eb9af16 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -846,6 +846,9 @@ const char kDisableWebRtcHWEncoding[] = "disable-webrtc-hw-encoding"; |
// Enables VP8 HW encode acceleration for WebRTC. |
const char kEnableWebRtcHWVp8Encoding[] = "enable-webrtc-hw-vp8-encoding"; |
+ |
+// Enables H264 HW encode acceleration for WebRTC. |
+const char kEnableWebRtcHWH264Encoding[] = "enable-webrtc-hw-h264-encoding"; |
#endif |
#if defined(OS_ANDROID) |