| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index ad0746623031c90d27a02d4438c64d7901143281..6c487b99d1e3a1b51af086bcc0fbd3c46fe5ca4f 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -359,8 +359,9 @@ const char kDisableThreadedCompositing[] = "disable-threaded-compositing";
|
| // SYN packet.
|
| const char kEnableTcpFastOpen[] = "enable-tcp-fastopen";
|
|
|
| -// Enables hardware acceleration of video decode, where available.
|
| -const char kEnableAcceleratedVideoDecode[] = "enable-accelerated-video-decode";
|
| +// Disables hardware acceleration of video decode, where available.
|
| +const char kDisableAcceleratedVideoDecode[] =
|
| + "disable-accelerated-video-decode";
|
|
|
| // Enables support for video tracks. Current implementation is
|
| // incomplete and this flag is used for development and testing.
|
|
|