| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index e00e557ac5cfc96143ca27ebeb7d01668be3aeb0..77733d4f1dd434b63c8ac8514edef03113e9871f 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -331,6 +331,10 @@ const char kDisableThreadedCompositing[] = "disable-threaded-compositing";
|
| // SYN packet.
|
| const char kEnableTcpFastOpen[] = "enable-tcp-fastopen";
|
|
|
| +// Enables hardware acceleration for video decode on ChromeOS
|
| +// on Intel CPUs (mostly Sandy Bridge+) using VAAPI.
|
| +const char kEnableVaapi[] = "enable-vaapi";
|
| +
|
| // Enables support for video tracks. Current implementation is
|
| // incomplete and this flag is used for development and testing.
|
| const char kEnableVideoTrack[] = "enable-video-track";
|
|
|