| 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 c33e27078120b70cf04c53cc6d311716062075cd..bc017508e0cb7dddbaa56f7d8083febb15c935ff 100644
|
| --- a/content/common/gpu/client/gpu_video_encode_accelerator_host.cc
|
| +++ b/content/common/gpu/client/gpu_video_encode_accelerator_host.cc
|
| @@ -69,11 +69,11 @@ void GpuVideoEncodeAcceleratorHost::OnChannelError() {
|
| NOTIFY_ERROR(kPlatformFailureError) << "OnChannelError()";
|
| }
|
|
|
| -std::vector<media::VideoEncodeAccelerator::SupportedProfile>
|
| +std::vector<gpu::VideoEncodeAcceleratorSupportedProfile>
|
| GpuVideoEncodeAcceleratorHost::GetSupportedProfiles() {
|
| DCHECK(CalledOnValidThread());
|
| if (!channel_)
|
| - return std::vector<media::VideoEncodeAccelerator::SupportedProfile>();
|
| + return std::vector<gpu::VideoEncodeAcceleratorSupportedProfile>();
|
| return channel_->gpu_info().video_encode_accelerator_supported_profiles;
|
| }
|
|
|
|
|