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 fbb973e05cbbf1f3075e2b0fc508fe7675f61692..1f272bfd5c78ace406b5501b5abdb322b62293ee 100644 |
--- a/content/common/gpu/media/v4l2_video_decode_accelerator.h |
+++ b/content/common/gpu/media/v4l2_video_decode_accelerator.h |
@@ -98,6 +98,9 @@ class CONTENT_EXPORT V4L2VideoDecodeAccelerator |
void Destroy() override; |
bool CanDecodeOnIOThread() override; |
+ static std::vector<media::VideoDecodeAccelerator::SupportedProfile> |
+ GetSupportedProfiles(); |
+ |
private: |
// These are rather subjectively tuned. |
enum { |