| Index: content/common/gpu/media/gpu_video_decode_accelerator_factory_impl.h
|
| diff --git a/content/common/gpu/media/gpu_video_decode_accelerator_factory_impl.h b/content/common/gpu/media/gpu_video_decode_accelerator_factory_impl.h
|
| index ba093263b88a98b7fa5837cc8fea846cf1daaef4..269907781930b22c91f618ba2a2eb99002f0b66b 100644
|
| --- a/content/common/gpu/media/gpu_video_decode_accelerator_factory_impl.h
|
| +++ b/content/common/gpu/media/gpu_video_decode_accelerator_factory_impl.h
|
| @@ -70,6 +70,8 @@ public:
|
| const BindGLImageCallback& bind_image_cb,
|
| const GetGLES2DecoderCallback& get_gles2_decoder_cb);
|
|
|
| + static std::unique_ptr<GpuVideoDecodeAcceleratorFactoryImpl> CreateWithNoGL();
|
| +
|
| static gpu::VideoDecodeAcceleratorCapabilities GetDecoderCapabilities(
|
| const gpu::GpuPreferences& gpu_preferences);
|
|
|
|
|