| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 664b87f8e69fac91f21f4fcf22a07d285ff5410e..0edff5b23e79839b4153c03ad0b8af255281b760 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -430,6 +430,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";
|
|
|