| Index: content/common/gpu/media/dxva_video_decode_accelerator.h
|
| diff --git a/content/common/gpu/media/dxva_video_decode_accelerator.h b/content/common/gpu/media/dxva_video_decode_accelerator.h
|
| index c8996c1b2064346dba798f235b33fa049e3453c5..2b9de12062412af5394437f6ea3f7aa8dcaecac2 100644
|
| --- a/content/common/gpu/media/dxva_video_decode_accelerator.h
|
| +++ b/content/common/gpu/media/dxva_video_decode_accelerator.h
|
| @@ -65,6 +65,10 @@ class CONTENT_EXPORT DXVAVideoDecodeAccelerator
|
| virtual bool CanDecodeOnIOThread() override;
|
| GLenum GetSurfaceInternalFormat() const override;
|
|
|
| + // Get the minimum and maximum supported decode resolution.
|
| + static media::VideoDecodeAccelerator::SupportedResolution
|
| + GetSupportedResolution();
|
| +
|
| private:
|
| typedef void* EGLConfig;
|
| typedef void* EGLSurface;
|
|
|