| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 78eb53aa273ef7ee8f760c17384df3fe09e020b3..eaed46d992ac86a0694216db71767665833804b8 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -452,6 +452,9 @@ const char kDisableThreadedCompositing[] = "disable-threaded-compositing";
|
| // SYN packet.
|
| const char kEnableTcpFastOpen[] = "enable-tcp-fastopen";
|
|
|
| +// Enables HW decode acceleration for WebRTC.
|
| +const char kEnableWebRTCHWDecoding[] = "enable-webrtc-hw-decoding";
|
| +
|
| // Disables hardware acceleration of video decode, where available.
|
| const char kDisableAcceleratedVideoDecode[] =
|
| "disable-accelerated-video-decode";
|
|
|