| Index: content/common/gpu/client/gpu_video_encode_accelerator_host.cc
|
| diff --git a/content/common/gpu/client/gpu_video_encode_accelerator_host.cc b/content/common/gpu/client/gpu_video_encode_accelerator_host.cc
|
| index 026040f455e640d6f82ec09cec765f8c6692d851..b6c11ffb1c1c0ee163d7ab6bdf317f830890ffb8 100644
|
| --- a/content/common/gpu/client/gpu_video_encode_accelerator_host.cc
|
| +++ b/content/common/gpu/client/gpu_video_encode_accelerator_host.cc
|
| @@ -102,6 +102,7 @@ STATIC_ASSERT_ENUM_MATCH(VP8PROFILE_ANY);
|
| STATIC_ASSERT_ENUM_MATCH(VP9PROFILE_ANY);
|
| STATIC_ASSERT_ENUM_MATCH(VIDEO_CODEC_PROFILE_MAX);
|
|
|
| +// static
|
| std::vector<media::VideoEncodeAccelerator::SupportedProfile>
|
| GpuVideoEncodeAcceleratorHost::ConvertGpuToMediaProfiles(const std::vector<
|
| gpu::VideoEncodeAcceleratorSupportedProfile>& gpu_profiles) {
|
|
|