Chromium Code Reviews| 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 6dc50feac8e8970022c86f96431115bc8b282774..7e3a3145f0b3dfcc4f0d8969df29f2d21e02b3aa 100644 |
| --- a/content/common/gpu/media/vt_video_decode_accelerator.h |
| +++ b/content/common/gpu/media/vt_video_decode_accelerator.h |
| @@ -28,6 +28,9 @@ class SingleThreadTaskRunner; |
| namespace content { |
| +// Preload VideoToolbox libraries. |
|
jeremy
2014/11/23 10:29:16
nit: s/./, 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 { |