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 e98f613de84717646ff610d9796ac2878b40002e..3f6eb7e24612888af24beeaaa0d118f96134ab12 100644 |
--- a/content/common/gpu/media/dxva_video_decode_accelerator.h |
+++ b/content/common/gpu/media/dxva_video_decode_accelerator.h |
@@ -75,6 +75,9 @@ class CONTENT_EXPORT DXVAVideoDecodeAccelerator |
bool CanDecodeOnIOThread() override; |
GLenum GetSurfaceInternalFormat() const override; |
+ static std::vector<media::VideoDecodeAccelerator::SupportedProfile> |
+ GetSupportedProfiles(); |
+ |
private: |
typedef void* EGLConfig; |
typedef void* EGLSurface; |