| Index: content/common/gpu/media/v4l2_video_decode_accelerator.cc
|
| diff --git a/content/common/gpu/media/v4l2_video_decode_accelerator.cc b/content/common/gpu/media/v4l2_video_decode_accelerator.cc
|
| index 41b11e3064f3b7c65999bd72538e45c521b586d4..01755314f37985b315cdb756724360e4032d12c5 100644
|
| --- a/content/common/gpu/media/v4l2_video_decode_accelerator.cc
|
| +++ b/content/common/gpu/media/v4l2_video_decode_accelerator.cc
|
| @@ -206,6 +206,12 @@ V4L2VideoDecodeAccelerator::~V4L2VideoDecodeAccelerator() {
|
| DCHECK(output_buffer_map_.empty());
|
| }
|
|
|
| +// static
|
| +std::vector<media::VideoDecodeAccelerator::SupportedProfile>
|
| +V4L2VideoDecodeAccelerator::GetSupportedProfiles() {
|
| + return V4L2Device::GetSupportedDecodeProfiles();
|
| +}
|
| +
|
| bool V4L2VideoDecodeAccelerator::Initialize(media::VideoCodecProfile profile,
|
| Client* client) {
|
| DVLOG(3) << "Initialize()";
|
|
|