Index: content/common/gpu/media/v4l2_video_decode_accelerator.h |
diff --git a/content/common/gpu/media/v4l2_video_decode_accelerator.h b/content/common/gpu/media/v4l2_video_decode_accelerator.h |
index c6da742fc5491e9bdcbdfd9a965bd26c9dd4d84f..a18dbb098839b25319589468b10af9895cbe87a5 100644 |
--- a/content/common/gpu/media/v4l2_video_decode_accelerator.h |
+++ b/content/common/gpu/media/v4l2_video_decode_accelerator.h |
@@ -97,6 +97,10 @@ class CONTENT_EXPORT V4L2VideoDecodeAccelerator |
virtual void Destroy() override; |
virtual bool CanDecodeOnIOThread() override; |
+ // Get the minimum and maximum supported decode resolution. |
+ static media::VideoDecodeAccelerator::SupportedResolution |
+ GetSupportedResolution(); |
+ |
private: |
// These are rather subjectively tuned. |
enum { |