| 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 de3db4c42f42dd9b4961d1dffd8ca07d81afe8d9..12763bf8bac7e28b55c19a98535b7af10fdce684 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
|
| @@ -69,6 +69,8 @@ class GpuVideoDecodeAcceleratorFactoryImpl {
|
| const BindGLImageCallback& bind_image_cb,
|
| const GetGLES2DecoderCallback& get_gles2_decoder_cb);
|
|
|
| + static scoped_ptr<GpuVideoDecodeAcceleratorFactoryImpl> CreateWithNoGL();
|
| +
|
| static gpu::VideoDecodeAcceleratorCapabilities GetDecoderCapabilities(
|
| const gpu::GpuPreferences& gpu_preferences);
|
|
|
|
|