| 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 5a0bd78fdd03ccef148fff33fd7cda2e119930c9..0339e0f43dfd5ef4852a50fd9372cb254813b09f 100644
|
| --- a/content/common/gpu/client/gpu_video_decode_accelerator_host.h
|
| +++ b/content/common/gpu/client/gpu_video_decode_accelerator_host.h
|
| @@ -9,7 +9,7 @@
|
|
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/threading/non_thread_safe.h"
|
| -#include "ipc/ipc_channel.h"
|
| +#include "ipc/ipc_listener.h"
|
| #include "media/video/video_decode_accelerator.h"
|
|
|
| class GpuChannelHost;
|
| @@ -17,7 +17,7 @@ class GpuChannelHost;
|
| // This class is used to talk to VideoDecodeAccelerator in the Gpu process
|
| // through IPC messages.
|
| class GpuVideoDecodeAcceleratorHost
|
| - : public IPC::Channel::Listener,
|
| + : public IPC::Listener,
|
| public media::VideoDecodeAccelerator,
|
| public base::NonThreadSafe,
|
| public base::SupportsWeakPtr<GpuVideoDecodeAcceleratorHost> {
|
| @@ -27,7 +27,7 @@ class GpuVideoDecodeAcceleratorHost
|
| int32 decoder_route_id,
|
| media::VideoDecodeAccelerator::Client* client);
|
|
|
| - // IPC::Channel::Listener implementation.
|
| + // IPC::Listener implementation.
|
| virtual void OnChannelError() OVERRIDE;
|
| virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
|
|
|
|
|