| 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 7fbc88837bcf1555b0772e5e37bd2dddbb3bbede..0ec7114243e3a8582e1119a5e80b57a23df65b8b 100644
|
| --- a/content/common/gpu/media/vt_video_decode_accelerator.h
|
| +++ b/content/common/gpu/media/vt_video_decode_accelerator.h
|
| @@ -23,6 +23,10 @@
|
| #include "ui/gfx/geometry/size.h"
|
| #include "ui/gl/gl_context_cgl.h"
|
|
|
| +namespace base {
|
| +class SingleThreadTaskRunner;
|
| +} // namespace base
|
| +
|
| namespace content {
|
|
|
| // Preload VideoToolbox libraries, needed for sandbox warmup.
|
|
|