summaryrefslogtreecommitdiffstats
path: root/content/common/gpu/transport_texture.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/gpu/transport_texture.h')
-rw-r--r--content/common/gpu/transport_texture.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/common/gpu/transport_texture.h b/content/common/gpu/transport_texture.h
index 3e01687..ae941e9 100644
--- a/content/common/gpu/transport_texture.h
+++ b/content/common/gpu/transport_texture.h
@@ -60,9 +60,9 @@ class TransportTexture : public IPC::Channel::Listener {
void TextureUpdated(int texture_id);
// IPC::Channel::Listener implementation.
- virtual void OnChannelConnected(int32 peer_pid);
- virtual void OnChannelError();
- virtual bool OnMessageReceived(const IPC::Message& msg);
+ virtual void OnChannelConnected(int32 peer_pid) OVERRIDE;
+ virtual void OnChannelError() OVERRIDE;
+ virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE;
private:
// Mapping from service (GPU) IDs to client (Renderer) IDs.