Chromium Code Reviews| Index: content/public/common/content_switches.cc |
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
| index f1c7eff6b0c0806854fa8b1c4fff4d6d3ba2f196..37d4e38a6fa7c7c15420683dc41acd40522516eb 100644 |
| --- a/content/public/common/content_switches.cc |
| +++ b/content/public/common/content_switches.cc |
| @@ -336,6 +336,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"; |
|
brettw
2012/05/07 20:34:10
Align the = sign like the rest of this file (this
Pawel Osciak
2012/05/07 20:49:56
Done.
|
| + |
| // Enables support for video tracks. Current implementation is |
| // incomplete and this flag is used for development and testing. |
| const char kEnableVideoTrack[] = "enable-video-track"; |