| 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 291122349227236d6843453f9bda0af774b24eb2..ed30aa290a089122b9ae54c8b8197d4eea774ec9 100644
|
| --- a/content/common/gpu/media/vt_video_decode_accelerator.h
|
| +++ b/content/common/gpu/media/vt_video_decode_accelerator.h
|
| @@ -30,7 +30,7 @@ class SingleThreadTaskRunner;
|
| namespace content {
|
|
|
| // Preload VideoToolbox libraries, needed for sandbox warmup.
|
| -void InitializeVideoToolbox();
|
| +bool InitializeVideoToolbox();
|
|
|
| // VideoToolbox.framework implementation of the VideoDecodeAccelerator
|
| // interface for Mac OS X (currently limited to 10.9+).
|
|
|