Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(872)

Unified Diff: ui/gfx/gl/gl_context_osmesa.h

Issue 8486016: Add OVERRIDE to gpu/ and gl/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gfx/gl/gl_context_cgl.h ('k') | ui/gfx/gl/gl_context_stub.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « ui/gfx/gl/gl_context_cgl.h ('k') | ui/gfx/gl/gl_context_stub.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698