| Index: media/gpu/vt_video_decode_accelerator_mac.h
|
| diff --git a/media/gpu/vt_video_decode_accelerator_mac.h b/media/gpu/vt_video_decode_accelerator_mac.h
|
| index 77d3915a97e272a6db3156f14584288f4abad582..fdcae95659dd0dbe9ce20dfbbf9151fb1178e23a 100644
|
| --- a/media/gpu/vt_video_decode_accelerator_mac.h
|
| +++ b/media/gpu/vt_video_decode_accelerator_mac.h
|
| @@ -20,6 +20,7 @@
|
| #include "base/threading/thread_checker.h"
|
| #include "media/filters/h264_parser.h"
|
| #include "media/gpu/gpu_video_decode_accelerator_helpers.h"
|
| +#include "media/gpu/media_gpu_export.h"
|
| #include "media/gpu/vt_mac.h"
|
| #include "media/video/h264_poc.h"
|
| #include "media/video/video_decode_accelerator.h"
|
| @@ -30,7 +31,7 @@
|
| namespace media {
|
|
|
| // Preload VideoToolbox libraries, needed for sandbox warmup.
|
| -bool InitializeVideoToolbox();
|
| +MEDIA_GPU_EXPORT bool InitializeVideoToolbox();
|
|
|
| // VideoToolbox.framework implementation of the VideoDecodeAccelerator
|
| // interface for Mac OS X (currently limited to 10.9+).
|
|
|