| Index: content/common/gpu/gpu_command_buffer_stub.h
|
| diff --git a/content/common/gpu/gpu_command_buffer_stub.h b/content/common/gpu/gpu_command_buffer_stub.h
|
| index 2e1dc342e9c3f5294a76ff9d390854b2306413ab..86fd9d33eff5008b917a4dc7cdc2f67d4b293264 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.h
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.h
|
| @@ -58,10 +58,10 @@ class GpuCommandBufferStub
|
| virtual ~GpuCommandBufferStub();
|
|
|
| // IPC::Channel::Listener implementation:
|
| - virtual bool OnMessageReceived(const IPC::Message& message);
|
| + virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
|
|
|
| // IPC::Message::Sender implementation:
|
| - virtual bool Send(IPC::Message* msg);
|
| + virtual bool Send(IPC::Message* msg) OVERRIDE;
|
|
|
| // Whether this command buffer can currently handle IPC messages.
|
| bool IsScheduled();
|
|
|