summaryrefslogtreecommitdiffstats
path: root/content/common/gpu/gpu_channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/gpu/gpu_channel.h')
-rw-r--r--content/common/gpu/gpu_channel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/gpu/gpu_channel.h b/content/common/gpu/gpu_channel.h
index 8903b74..ece4163 100644
--- a/content/common/gpu/gpu_channel.h
+++ b/content/common/gpu/gpu_channel.h
@@ -70,7 +70,7 @@ class GpuChannel : public IPC::Channel::Listener,
virtual void OnChannelConnected(int32 peer_pid) OVERRIDE;
// IPC::Message::Sender implementation:
- virtual bool Send(IPC::Message* msg);
+ virtual bool Send(IPC::Message* msg) OVERRIDE;
// Whether this channel is able to handle IPC messages.
bool IsScheduled();