| Index: ui/gl/gl_context_cgl.h
|
| diff --git a/ui/gl/gl_context_cgl.h b/ui/gl/gl_context_cgl.h
|
| index 156953f48733bed7c9bc412f3f9aa8f8129a9ea9..c92400433960eb547b4733c08487548908b8cc14 100644
|
| --- a/ui/gl/gl_context_cgl.h
|
| +++ b/ui/gl/gl_context_cgl.h
|
| @@ -11,13 +11,14 @@
|
|
|
| #include "base/macros.h"
|
| #include "ui/gl/gl_context.h"
|
| +#include "ui/gl/gl_export.h"
|
|
|
| namespace gl {
|
|
|
| class GLSurface;
|
|
|
| // Encapsulates a CGL OpenGL context.
|
| -class GLContextCGL : public GLContextReal {
|
| +class GL_EXPORT GLContextCGL : public GLContextReal {
|
| public:
|
| explicit GLContextCGL(GLShareGroup* share_group);
|
|
|
|
|