| 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..fc82ade56ccff61dc40f66c46007f9653f6c8739 100644
|
| --- a/content/common/gpu/client/gpu_video_encode_accelerator_host.h
|
| +++ b/content/common/gpu/client/gpu_video_encode_accelerator_host.h
|
| @@ -45,10 +45,6 @@ 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;
|
|
|