| 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..3697545a885afa3580101c8f8cfe7272dbebbac8 100644
|
| --- a/content/common/gpu/media/vaapi_video_decode_accelerator.cc
|
| +++ b/content/common/gpu/media/vaapi_video_decode_accelerator.cc
|
| @@ -748,4 +748,10 @@ bool VaapiVideoDecodeAccelerator::CanDecodeOnIOThread() {
|
| return false;
|
| }
|
|
|
| +// static
|
| +std::vector<media::VideoDecodeAccelerator::SupportedProfile>
|
| +VaapiVideoDecodeAccelerator::GetSupportedProfiles() {
|
| + return VaapiWrapper::GetSupportedDecodeProfiles();
|
| +}
|
| +
|
| } // namespace content
|
|
|