summaryrefslogtreecommitdiffstats
path: root/content/gpu/gpu_child_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/gpu/gpu_child_thread.h')
-rw-r--r--content/gpu/gpu_child_thread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/gpu/gpu_child_thread.h b/content/gpu/gpu_child_thread.h
index 3081239..111626a 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.