| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 6c129b82ab3d111b777a6159d318eed0ebfa3d69..79043a58da4d07585da5e5ab152f287621c96d1e 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -858,6 +858,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)
|
|
|