Index: mojo/gles2/gles2_context.h |
diff --git a/mojo/gles2/gles2_context.h b/mojo/gles2/gles2_context.h |
index ab39c4c38cea50a584beab6e52096536a6a97eac..0bbb7548ffc40c8d1b64f2b86fdfd700680d4942 100644 |
--- a/mojo/gles2/gles2_context.h |
+++ b/mojo/gles2/gles2_context.h |
@@ -40,7 +40,7 @@ class GLES2Context : public CommandBufferDelegate, |
gpu::ContextSupport* context_support() const { return implementation_.get(); } |
private: |
- virtual void ContextLost() OVERRIDE; |
+ virtual void ContextLost() override; |
CommandBufferClientImpl command_buffer_; |
scoped_ptr<gpu::gles2::GLES2CmdHelper> gles2_helper_; |