Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1612)

Unified Diff: content/common/gpu/media/dxva_video_decode_accelerator.h

Issue 795633005: Add VDA supported profile to GPUInfo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile error Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698