| Index: content/common/gpu/media/vaapi_video_decode_accelerator.h
|
| diff --git a/content/common/gpu/media/vaapi_video_decode_accelerator.h b/content/common/gpu/media/vaapi_video_decode_accelerator.h
|
| index 5d65da7a4ae4ae6ab4276f7475f4b639877eb30c..81815ee2e09aa167293f06fc711c246aa7e0f69b 100644
|
| --- a/content/common/gpu/media/vaapi_video_decode_accelerator.h
|
| +++ b/content/common/gpu/media/vaapi_video_decode_accelerator.h
|
| @@ -60,6 +60,10 @@ class CONTENT_EXPORT VaapiVideoDecodeAccelerator
|
| virtual void Destroy() override;
|
| virtual bool CanDecodeOnIOThread() override;
|
|
|
| + // Get the minimum and maximum supported decode resolution.
|
| + static media::VideoDecodeAccelerator::SupportedResolution
|
| + GetSupportedResolution();
|
| +
|
| private:
|
| // Notify the client that an error has occurred and decoding cannot continue.
|
| void NotifyError(Error error);
|
|
|