| Index: content/common/gpu/media/vaapi_video_decode_accelerator.cc
|
| diff --git a/content/common/gpu/media/vaapi_video_decode_accelerator.cc b/content/common/gpu/media/vaapi_video_decode_accelerator.cc
|
| index d24744d715fb386baa4787e4cfe65e22cf8b808e..053b9f3824cd7b8594d115c7f228f1065401ac96 100644
|
| --- a/content/common/gpu/media/vaapi_video_decode_accelerator.cc
|
| +++ b/content/common/gpu/media/vaapi_video_decode_accelerator.cc
|
| @@ -98,6 +98,12 @@ VaapiVideoDecodeAccelerator::~VaapiVideoDecodeAccelerator() {
|
| DCHECK_EQ(message_loop_, base::MessageLoop::current());
|
| }
|
|
|
| +// static
|
| +std::vector<media::VideoDecodeAccelerator::SupportedProfile>
|
| +VaapiVideoDecodeAccelerator::GetSupportedProfiles() {
|
| + return VaapiWrapper::GetSupportedDecodeProfiles();
|
| +}
|
| +
|
| bool VaapiVideoDecodeAccelerator::Initialize(media::VideoCodecProfile profile,
|
| Client* client) {
|
| DCHECK_EQ(message_loop_, base::MessageLoop::current());
|
|
|