| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 95d754416068f22fe9584bd1bdb31721a1a8d1ef..724f892f0b3168e59105e7ec6d1397710c6d1a62 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -909,6 +909,9 @@ const char kDisableWebRtcEncryption[] = "disable-webrtc-encryption";
|
|
|
| // Disables HW encode acceleration for WebRTC.
|
| const char kDisableWebRtcHWEncoding[] = "disable-webrtc-hw-encoding";
|
| +const char kDisableWebRtcHWEncodingVPx[] = "vpx";
|
| +const char kDisableWebRtcHWEncodingH264[] = "h264";
|
| +const char kDisableWebRtcHWEncodingNone[] = "none";
|
|
|
| // Enables H264 HW encode acceleration for WebRTC.
|
| const char kEnableWebRtcHWH264Encoding[] = "enable-webrtc-hw-h264-encoding";
|
|
|