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..10fc4549407eb21932983139c2eda674ef1541f1 100644 |
--- a/content/common/gpu/media/v4l2_video_decode_accelerator.h |
+++ b/content/common/gpu/media/v4l2_video_decode_accelerator.h |
@@ -86,6 +86,8 @@ class CONTENT_EXPORT V4L2VideoDecodeAccelerator |
~V4L2VideoDecodeAccelerator() override; |
// media::VideoDecodeAccelerator implementation. |
+ static std::vector<media::VideoDecodeAccelerator::SupportedProfile> |
wuchengli
2015/03/18 08:02:37
Move this after CanDecodeOnIOThread().
henryhsu
2015/03/18 11:06:09
Done.
|
+ GetSupportedProfiles(); |
// Note: Initialize() and Destroy() are synchronous. |
bool Initialize(media::VideoCodecProfile profile, |
Client* client) override; |