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 0ef25c55e947ea7f1ddae56dea7416436b80c15e..cc7753d81f8eea71c6afc13fdb0f7a602ca6609f 100644 |
--- a/content/common/gpu/media/vaapi_video_decode_accelerator.h |
+++ b/content/common/gpu/media/vaapi_video_decode_accelerator.h |
@@ -65,6 +65,9 @@ class CONTENT_EXPORT VaapiVideoDecodeAccelerator |
void Destroy() override; |
bool CanDecodeOnIOThread() override; |
+ static media::VideoDecodeAccelerator::SupportedProfiles |
+ GetSupportedProfiles(); |
+ |
private: |
// Notify the client that an error has occurred and decoding cannot continue. |
void NotifyError(Error error); |