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

Unified Diff: ui/gfx/gl/gl_context_cgl.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 | « gpu/command_buffer/service/shader_translator.h ('k') | ui/gfx/gl/gl_context_osmesa.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/gl/gl_context_cgl.h
diff --git a/ui/gfx/gl/gl_context_cgl.h b/ui/gfx/gl/gl_context_cgl.h
index af918de36ca1e3d1242821d0eaeb40d236f00feb..fdceeda34b17a1e745528a73f5390f694214a4d6 100644
--- a/ui/gfx/gl/gl_context_cgl.h
+++ b/ui/gfx/gl/gl_context_cgl.h
@@ -16,13 +16,13 @@ class GLContextCGL : 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:
void* context_;
« no previous file with comments | « gpu/command_buffer/service/shader_translator.h ('k') | ui/gfx/gl/gl_context_osmesa.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698