| Index: content/common/gpu/transport_texture.h
|
| diff --git a/content/common/gpu/transport_texture.h b/content/common/gpu/transport_texture.h
|
| index 3e01687b3309553324cdb0ee6f9b7d0ba9166a69..ae941e9fe0d0e967bfc470149daa611707cad2e7 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.
|
|
|