| 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 62ae1dadfd5accb845a561dc58388718fbdcae8a..dcc8738e34fe9721071c8d062744a3943172bca6 100644
|
| --- a/content/common/gpu/client/gpu_video_encode_accelerator_host.h
|
| +++ b/content/common/gpu/client/gpu_video_encode_accelerator_host.h
|
| @@ -49,7 +49,8 @@ class GpuVideoEncodeAcceleratorHost
|
| virtual void OnChannelError() override;
|
|
|
| // media::VideoEncodeAccelerator implementation.
|
| - virtual std::vector<SupportedProfile> GetSupportedProfiles() override;
|
| + virtual std::vector<gpu::VideoEncodeAcceleratorSupportedProfile>
|
| + GetSupportedProfiles() override;
|
| virtual bool Initialize(media::VideoFrame::Format input_format,
|
| const gfx::Size& input_visible_size,
|
| media::VideoCodecProfile output_profile,
|
|
|