| Index: content/common/gpu/client/gpu_video_encode_accelerator_host.h
|
| diff --git a/content/common/gpu/client/gpu_video_encode_accelerator_host.h b/content/common/gpu/client/gpu_video_encode_accelerator_host.h
|
| index 021eff46ec160a51f3784b2f43bbc8f2477b8e78..ac46eb3bd7e5965d1d92f463f5d60d2d378f1a4f 100644
|
| --- a/content/common/gpu/client/gpu_video_encode_accelerator_host.h
|
| +++ b/content/common/gpu/client/gpu_video_encode_accelerator_host.h
|
| @@ -54,7 +54,8 @@ class GpuVideoEncodeAcceleratorHost
|
| void OnChannelError() override;
|
|
|
| // media::VideoEncodeAccelerator implementation.
|
| - std::vector<SupportedProfile> GetSupportedProfiles() override;
|
| + std::vector<media::VideoEncodeAccelerator::SupportedProfile>
|
| + GetSupportedProfiles() override;
|
| bool Initialize(media::VideoFrame::Format input_format,
|
| const gfx::Size& input_visible_size,
|
| media::VideoCodecProfile output_profile,
|
|
|