| Index: media/base/media_switches.h
|
| diff --git a/media/base/media_switches.h b/media/base/media_switches.h
|
| index f7a2dba6af4b9a277f6e16d31976173226ab1398..efeed60b66d78525f5c8855d7e2346dd38b1e239 100644
|
| --- a/media/base/media_switches.h
|
| +++ b/media/base/media_switches.h
|
| @@ -78,6 +78,7 @@ namespace media {
|
| // alongside the definition of their values in the .cc file.
|
|
|
| #if defined(OS_WIN)
|
| +MEDIA_EXPORT extern const base::Feature kD3D11VideoDecoding;
|
| MEDIA_EXPORT extern const base::Feature kMediaFoundationH264Encoding;
|
| #endif // defined(OS_WIN)
|
|
|
|
|