Chromium Code Reviews| Index: ui/gfx/gl/gl_context.h |
| =================================================================== |
| --- ui/gfx/gl/gl_context.h (revision 96560) |
| +++ ui/gfx/gl/gl_context.h (working copy) |
| @@ -17,7 +17,7 @@ |
| class GLSurface; |
| // Encapsulates an OpenGL context, hiding platform specific management. |
| -class GLContext : public base::RefCounted<GLContext> { |
| +class GL_EXPORT GLContext : public base::RefCounted<GLContext> { |
| public: |
| explicit GLContext(GLShareGroup* share_group); |