Index: ui/gfx/gl/gl_context_osmesa.h |
diff --git a/ui/gfx/gl/gl_context_osmesa.h b/ui/gfx/gl/gl_context_osmesa.h |
index 65d6853db4d036a1d3deda1b7c912a1316f01a40..221c53e8c709c452f79170e3f34a8b1975ca5edc 100644 |
--- a/ui/gfx/gl/gl_context_osmesa.h |
+++ b/ui/gfx/gl/gl_context_osmesa.h |
@@ -23,13 +23,13 @@ class GLContextOSMesa : public GLContext { |
// Implement GLContext. |
virtual bool Initialize( |
- GLSurface* compatible_surface, GpuPreference gpu_preference); |
- virtual void Destroy(); |
- virtual bool MakeCurrent(GLSurface* surface); |
- virtual void ReleaseCurrent(GLSurface* surface); |
- virtual bool IsCurrent(GLSurface* surface); |
- virtual void* GetHandle(); |
- virtual void SetSwapInterval(int interval); |
+ GLSurface* compatible_surface, GpuPreference gpu_preference) OVERRIDE; |
+ virtual void Destroy() OVERRIDE; |
+ virtual bool MakeCurrent(GLSurface* surface) OVERRIDE; |
+ virtual void ReleaseCurrent(GLSurface* surface) OVERRIDE; |
+ virtual bool IsCurrent(GLSurface* surface) OVERRIDE; |
+ virtual void* GetHandle() OVERRIDE; |
+ virtual void SetSwapInterval(int interval) OVERRIDE; |
private: |
OSMesaContext context_; |