Index: gpu/command_buffer/client/gl_in_process_context.cc |
diff --git a/gpu/command_buffer/client/gl_in_process_context.cc b/gpu/command_buffer/client/gl_in_process_context.cc |
index 1441d034e52936cf6c5553ebe94691febb5410bb..e8771191b3dd9a729d5aac4951dacb9a7876f2c9 100644 |
--- a/gpu/command_buffer/client/gl_in_process_context.cc |
+++ b/gpu/command_buffer/client/gl_in_process_context.cc |
@@ -62,13 +62,13 @@ class GLInProcessContextImpl |
const scoped_refptr<InProcessCommandBuffer::Service>& service); |
// GLInProcessContext implementation: |
- virtual void SetContextLostCallback(const base::Closure& callback) OVERRIDE; |
- virtual gles2::GLES2Implementation* GetImplementation() OVERRIDE; |
- virtual size_t GetMappedMemoryLimit() OVERRIDE; |
+ virtual void SetContextLostCallback(const base::Closure& callback) override; |
+ virtual gles2::GLES2Implementation* GetImplementation() override; |
+ virtual size_t GetMappedMemoryLimit() override; |
#if defined(OS_ANDROID) |
virtual scoped_refptr<gfx::SurfaceTexture> GetSurfaceTexture( |
- uint32 stream_id) OVERRIDE; |
+ uint32 stream_id) override; |
#endif |
private: |