| Index: content/common/gpu/media/vt_video_decode_accelerator.h
|
| diff --git a/content/common/gpu/media/vt_video_decode_accelerator.h b/content/common/gpu/media/vt_video_decode_accelerator.h
|
| index 327ab590e2b74d134d94ac61862a5596dea2c49d..759c9519b307b54acbac6a8c2fd68d1850522273 100644
|
| --- a/content/common/gpu/media/vt_video_decode_accelerator.h
|
| +++ b/content/common/gpu/media/vt_video_decode_accelerator.h
|
| @@ -29,6 +29,9 @@ class SingleThreadTaskRunner;
|
|
|
| namespace content {
|
|
|
| +// Preload VideoToolbox libraries, needed for sandbox warmup.
|
| +void InitializeVideoToolbox();
|
| +
|
| // VideoToolbox.framework implementation of the VideoDecodeAccelerator
|
| // interface for Mac OS X (currently limited to 10.9+).
|
| class VTVideoDecodeAccelerator : public media::VideoDecodeAccelerator {
|
|
|