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..0cb9afb52fb863cd90cc60f8fbabee5df1eed0b6 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 media::VideoDecodeAccelerator::SupportedProfiles |
+ GetSupportedProfiles(); |
+ |
private: |
typedef void* EGLConfig; |
typedef void* EGLSurface; |