| Index: ui/gfx/gl/gl_share_group.h
|
| ===================================================================
|
| --- ui/gfx/gl/gl_share_group.h (revision 96560)
|
| +++ ui/gfx/gl/gl_share_group.h (working copy)
|
| @@ -10,13 +10,14 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/memory/ref_counted.h"
|
| +#include "ui/gfx/gl/gl_export.h"
|
|
|
| namespace gfx {
|
|
|
| class GLContext;
|
|
|
| // A group of GL contexts that share an ID namespace.
|
| -class GLShareGroup : public base::RefCounted<GLShareGroup> {
|
| +class GL_EXPORT GLShareGroup : public base::RefCounted<GLShareGroup> {
|
| public:
|
| GLShareGroup();
|
|
|
|
|