| Index: content/gpu/gpu_child_thread.h
|
| diff --git a/content/gpu/gpu_child_thread.h b/content/gpu/gpu_child_thread.h
|
| index 308123972e5c3ab84c1fdd9757b6f96e77375d80..111626a03b127d7e1169c0a2e4ca86988a817950 100644
|
| --- a/content/gpu/gpu_child_thread.h
|
| +++ b/content/gpu/gpu_child_thread.h
|
| @@ -45,8 +45,8 @@ class GpuChildThread : public ChildThread {
|
| void StopWatchdog();
|
|
|
| // ChildThread overrides.
|
| - virtual bool Send(IPC::Message* msg);
|
| - virtual bool OnControlMessageReceived(const IPC::Message& msg);
|
| + virtual bool Send(IPC::Message* msg) OVERRIDE;
|
| + virtual bool OnControlMessageReceived(const IPC::Message& msg) OVERRIDE;
|
|
|
| private:
|
| // Message handlers.
|
|
|