| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 62ee629762bcc4fb5a04a35e1ef26be9d1079ebf..ace15d18d2d40e3376a535f291c407bcdf7a4109 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -880,9 +880,6 @@ const char kDisableWebRtcEncryption[] = "disable-webrtc-encryption";
|
| // Disables HW encode acceleration for WebRTC.
|
| 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";
|
|
|
| @@ -933,7 +930,7 @@ const char kDisableWebAudio[] = "disable-webaudio";
|
| // Disables panel fitting (used for mirror mode).
|
| const char kDisablePanelFitting[] = "disable-panel-fitting";
|
|
|
| -// Enables VA-API accelerated video encode.
|
| +// Disables VA-API accelerated video encode.
|
| const char kDisableVaapiAcceleratedVideoEncode[] =
|
| "disable-vaapi-accelerated-video-encode";
|
| #endif
|
|
|