| 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 14c2d817b64b72da429017a521798efdb60b1109..dd902361864085c60686c86fb2ad35eb7bc0f7c0 100644
|
| --- a/content/common/gpu/client/gpu_video_encode_accelerator_host.h
|
| +++ b/content/common/gpu/client/gpu_video_encode_accelerator_host.h
|
| @@ -44,15 +44,12 @@ class GpuVideoEncodeAcceleratorHost
|
| GpuVideoEncodeAcceleratorHost(GpuChannelHost* channel,
|
| CommandBufferProxyImpl* impl);
|
|
|
| - // Static query for the supported profiles. This query proxies to
|
| - // GpuVideoEncodeAccelerator::GetSupportedProfiles().
|
| - static std::vector<SupportedProfile> GetSupportedProfiles();
|
| -
|
| // IPC::Listener implementation.
|
| virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
|
| virtual void OnChannelError() OVERRIDE;
|
|
|
| // media::VideoEncodeAccelerator implementation.
|
| + virtual std::vector<SupportedProfile> GetSupportedProfiles() OVERRIDE;
|
| virtual bool Initialize(media::VideoFrame::Format input_format,
|
| const gfx::Size& input_visible_size,
|
| media::VideoCodecProfile output_profile,
|
|
|