Chromium Code Reviews| Index: ui/gl/gl_context_cgl.h |
| diff --git a/ui/gl/gl_context_cgl.h b/ui/gl/gl_context_cgl.h |
| index 94392bb02babe95771303b12eb99535525d8a190..a83eaafb2c898e29e0013dff4d5fd87a7e4e06dd 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); |