diff options
Diffstat (limited to 'content/renderer/gpu/gpu_channel_host.h')
-rw-r--r-- | content/renderer/gpu/gpu_channel_host.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/renderer/gpu/gpu_channel_host.h b/content/renderer/gpu/gpu_channel_host.h index ec5cd20..51b3971 100644 --- a/content/renderer/gpu/gpu_channel_host.h +++ b/content/renderer/gpu/gpu_channel_host.h @@ -59,9 +59,9 @@ class GpuChannelHost : public IPC::Channel::Listener, const GPUInfo& gpu_info() const; // IPC::Channel::Listener implementation: - virtual bool OnMessageReceived(const IPC::Message& msg); - virtual void OnChannelConnected(int32 peer_pid); - virtual void OnChannelError(); + virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE; + virtual void OnChannelConnected(int32 peer_pid) OVERRIDE; + virtual void OnChannelError() OVERRIDE; // IPC::Message::Sender implementation: virtual bool Send(IPC::Message* msg); |