| Index: ui/gl/gl_context_wgl.h
|
| diff --git a/ui/gl/gl_context_wgl.h b/ui/gl/gl_context_wgl.h
|
| index 8201d1a6f6c84c5771ced02dfb6813e7a6ea7c69..f00d1663718c8a54d89b8c8d13f5fc42592bf1ef 100644
|
| --- a/ui/gl/gl_context_wgl.h
|
| +++ b/ui/gl/gl_context_wgl.h
|
| @@ -10,13 +10,14 @@
|
| #include "base/macros.h"
|
| #include "ui/gfx/native_widget_types.h"
|
| #include "ui/gl/gl_context.h"
|
| +#include "ui/gl/gl_export.h"
|
|
|
| namespace gl {
|
|
|
| class GLSurface;
|
|
|
| // This class is a wrapper around a GL context.
|
| -class GLContextWGL : public GLContextReal {
|
| +class GL_EXPORT GLContextWGL : public GLContextReal {
|
| public:
|
| explicit GLContextWGL(GLShareGroup* share_group);
|
|
|
|
|