summaryrefslogtreecommitdiffstats
path: root/ui/gfx/gl/gl_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gfx/gl/gl_context.h')
-rw-r--r--ui/gfx/gl/gl_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gfx/gl/gl_context.h b/ui/gfx/gl/gl_context.h
index ff88e0c..5340ada 100644
--- a/ui/gfx/gl/gl_context.h
+++ b/ui/gfx/gl/gl_context.h
@@ -17,7 +17,7 @@ namespace gfx {
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);