| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index f739f5418c836a790928d188cb2f109e27436ce1..52aa3f6595a459f92ab9e97d3c790f332dbb8233 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -1024,6 +1024,7 @@ const char kEnableWin32kLockDownMimeTypes[] =
|
| "enable-win32k-lockdown-mimetypes";
|
|
|
| // Enables experimental hardware acceleration for VP8/VP9 video decoding.
|
| +// 1=Intel Decoder only; 2=AMD Decoder only; 3=both
|
| const char kEnableAcceleratedVpxDecode[] = "enable-accelerated-vpx-decode";
|
|
|
| // Enables H264 HW decode acceleration for WebRtc on Win 7.
|
|
|