| 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..4d1e79f1e44d012aea975e5f33299e6baebba795 100644
|
| --- a/content/common/gpu/client/gpu_video_encode_accelerator_host.h
|
| +++ b/content/common/gpu/client/gpu_video_encode_accelerator_host.h
|
| @@ -45,16 +45,12 @@ class GpuVideoEncodeAcceleratorHost
|
| GpuVideoEncodeAcceleratorHost(GpuChannelHost* channel,
|
| CommandBufferProxyImpl* impl);
|
|
|
| - static std::vector<media::VideoEncodeAccelerator::SupportedProfile>
|
| - ConvertGpuToMediaProfiles(const std::vector<
|
| - gpu::VideoEncodeAcceleratorSupportedProfile>& gpu_profiles);
|
| -
|
| // IPC::Listener implementation.
|
| bool OnMessageReceived(const IPC::Message& message) override;
|
| void OnChannelError() override;
|
|
|
| // media::VideoEncodeAccelerator implementation.
|
| - std::vector<SupportedProfile> GetSupportedProfiles() override;
|
| + SupportedProfiles GetSupportedProfiles() override;
|
| bool Initialize(media::VideoFrame::Format input_format,
|
| const gfx::Size& input_visible_size,
|
| media::VideoCodecProfile output_profile,
|
|
|