diff options
Diffstat (limited to 'ui/gl/gl_context_cgl.h')
-rw-r--r-- | ui/gl/gl_context_cgl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gl/gl_context_cgl.h b/ui/gl/gl_context_cgl.h index 94392bb..a83eaaf 100644 --- a/ui/gl/gl_context_cgl.h +++ b/ui/gl/gl_context_cgl.h @@ -14,7 +14,7 @@ namespace gfx { class GLSurface; // Encapsulates a CGL OpenGL context. -class GLContextCGL : public GLContext { +class GLContextCGL : public GLContextReal { public: explicit GLContextCGL(GLShareGroup* share_group); |