diff options
author | kochi@google.com <kochi@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-23 05:20:12 +0000 |
---|---|---|
committer | kochi@google.com <kochi@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-23 05:20:12 +0000 |
commit | 136ee30001e433408bf59a3324fec04cac22cf9a (patch) | |
tree | 9d2bfb873aeaf80859d6fadf30c63350af19a55c /ui/gl/gl_context_glx.h | |
parent | 2ddd51894d511c7da5dd999d4b45b81222c4b895 (diff) | |
download | chromium_src-136ee30001e433408bf59a3324fec04cac22cf9a.zip chromium_src-136ee30001e433408bf59a3324fec04cac22cf9a.tar.gz chromium_src-136ee30001e433408bf59a3324fec04cac22cf9a.tar.bz2 |
Add GL_EXPORT for GLContextGLX
This fixes breakage of component_build on ChromeOS
BUG=129131
TEST=emerge and run chrome on ChromeOS
Review URL: https://chromiumcodereview.appspot.com/10399120
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138430 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gl/gl_context_glx.h')
-rw-r--r-- | ui/gl/gl_context_glx.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/gl/gl_context_glx.h b/ui/gl/gl_context_glx.h index 8ddcae7..6809e26 100644 --- a/ui/gl/gl_context_glx.h +++ b/ui/gl/gl_context_glx.h @@ -11,13 +11,14 @@ #include "base/compiler_specific.h" #include "ui/base/x/x11_util.h" #include "ui/gl/gl_context.h" +#include "ui/gl/gl_export.h" namespace gfx { class GLSurface; // Encapsulates a GLX OpenGL context. -class GLContextGLX : public GLContext { +class GL_EXPORT GLContextGLX : public GLContext { public: explicit GLContextGLX(GLShareGroup* share_group); |