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 5bb4178595ab0fbbf1aa5bd8ee63b94e2a608332..b9c72b4d2f2125c66376a86012424b411d53cc34 100644 |
| --- a/content/public/common/content_switches.cc |
| +++ b/content/public/common/content_switches.cc |
| @@ -1010,6 +1010,9 @@ const char kEnableWin32kLockDownMimeTypes[] = |
| // Enables experimental hardware acceleration for VP8/VP9 video decoding. |
| const char kEnableAcceleratedVpxDecode[] = "enable-accelerated-vpx-decode"; |
| +// Enables H264 HW decode acceleration for Win 7. |
| +const char kEnableWin7HWH264Decoding[] = "enable-win7-hw-h264-decoding"; |
|
pbos
2016/05/11 21:31:46
Should this not name something webrtc? If so put t
emircan
2016/05/11 23:50:14
Done.
|
| + |
| // DirectWrite FontCache is shared by browser to renderers using shared memory. |
| // This switch allows us to pass the shared memory handle to the renderer. |
| const char kFontCacheSharedHandle[] = "font-cache-shared-handle"; |