| Index: content/public/common/content_switches.cc
|
| ===================================================================
|
| --- content/public/common/content_switches.cc (revision 217687)
|
| +++ content/public/common/content_switches.cc (working copy)
|
| @@ -873,6 +873,9 @@
|
| // 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";
|
| +
|
| #endif
|
|
|
| #if defined(OS_ANDROID)
|
|
|