summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-16 16:39:34 +0000
committerdanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-16 16:39:34 +0000
commit3de33afaf5262931509acd2772e23f54f7abf118 (patch)
tree7b23a2ac9f474e83a293dc95ae875bc46ce3a0ac
parent8dd791d08b42a61976626b5a8e2a58a4e66efea2 (diff)
downloadchromium_src-3de33afaf5262931509acd2772e23f54f7abf118.zip
chromium_src-3de33afaf5262931509acd2772e23f54f7abf118.tar.gz
chromium_src-3de33afaf5262931509acd2772e23f54f7abf118.tar.bz2
Make gfx::GLSurfaceOSMesa usable in the component build.
R=backer@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7906006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101497 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--ui/gfx/gl/gl_surface_osmesa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gfx/gl/gl_surface_osmesa.h b/ui/gfx/gl/gl_surface_osmesa.h
index 974c322..14897c2 100644
--- a/ui/gfx/gl/gl_surface_osmesa.h
+++ b/ui/gfx/gl/gl_surface_osmesa.h
@@ -15,7 +15,7 @@ namespace gfx {
// A surface that the Mesa software renderer draws to. This is actually just a
// buffer in system memory. GetHandle returns a pointer to the buffer. These
// surfaces can be resized and resizing preserves the contents.
-class GLSurfaceOSMesa : public GLSurface {
+class GL_EXPORT GLSurfaceOSMesa : public GLSurface {
public:
GLSurfaceOSMesa(unsigned format, const gfx::Size& size);
virtual ~GLSurfaceOSMesa();