| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index d39549fd725be7b90c96628060bea8ef16d793c2..301b8721b8e310121d6ceb414b0af5828076dd53 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -229,6 +229,9 @@ const char kEnableSCTPDataChannels[] = "enable-sctp-data-channels";
|
| // Enable WebRTC to open TCP server sockets.
|
| const char kEnableWebRtcTcpServerSocket[] = "enable-webrtc-tcp-server-socket";
|
|
|
| +// Enables HW decode acceleration for WebRTC.
|
| +const char kEnableWebRtcHWDecoding[] = "enable-webrtc-hw-decoding";
|
| +
|
| // Enable CSS Transitions / Animations on the Web Animations model.
|
| const char kEnableWebAnimationsCSS[] = "enable-web-animations-css";
|
|
|
|
|