| Index: content/common/gpu/client/gpu_video_decode_accelerator_host.h
|
| diff --git a/content/common/gpu/client/gpu_video_decode_accelerator_host.h b/content/common/gpu/client/gpu_video_decode_accelerator_host.h
|
| index c1479b8636d7a1b24374e6f1c54f77831cc6df02..8c5601a331b8a99e03c3ab1accb76c12fab2d522 100644
|
| --- a/content/common/gpu/client/gpu_video_decode_accelerator_host.h
|
| +++ b/content/common/gpu/client/gpu_video_decode_accelerator_host.h
|
| @@ -26,7 +26,6 @@ class GpuVideoDecodeAcceleratorHost
|
| GpuVideoDecodeAcceleratorHost(GpuChannelHost* channel,
|
| int32 decoder_route_id,
|
| media::VideoDecodeAccelerator::Client* client);
|
| - virtual ~GpuVideoDecodeAcceleratorHost();
|
|
|
| // IPC::Channel::Listener implementation.
|
| virtual void OnChannelError() OVERRIDE;
|
| @@ -43,6 +42,8 @@ class GpuVideoDecodeAcceleratorHost
|
| virtual void Destroy() OVERRIDE;
|
|
|
| private:
|
| + virtual ~GpuVideoDecodeAcceleratorHost();
|
| +
|
| void Send(IPC::Message* message);
|
|
|
| void OnBitstreamBufferProcessed(int32 bitstream_buffer_id);
|
|
|