diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-12 01:59:38 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-12 01:59:38 +0000 |
commit | 70adc1373596185e685facda48c605cb6987e923 (patch) | |
tree | 2127a2774cebf70d9a1eabb84cc9e262bc8e2d01 /ui/gfx/gl | |
parent | fc9cc182de35f26ee58737f02bccd99fa7fd965a (diff) | |
download | chromium_src-70adc1373596185e685facda48c605cb6987e923.zip chromium_src-70adc1373596185e685facda48c605cb6987e923.tar.gz chromium_src-70adc1373596185e685facda48c605cb6987e923.tar.bz2 |
mac: s/UI_EXPORT/GL_EXPORT/ for GLSurfaceCGL
The class got moved a while ago but the export macro wasn't updated.
BUG=90078
TEST=none
TBR=kbr
Review URL: https://chromiumcodereview.appspot.com/10356140
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136743 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gfx/gl')
-rw-r--r-- | ui/gfx/gl/gl_surface_cgl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gfx/gl/gl_surface_cgl.h b/ui/gfx/gl/gl_surface_cgl.h index 951c266..e6a6d06 100644 --- a/ui/gfx/gl/gl_surface_cgl.h +++ b/ui/gfx/gl/gl_surface_cgl.h @@ -29,7 +29,7 @@ class GLSurfaceCGL : public GLSurface { // associated drawable (pbuffer or fullscreen context) in order to be // made current. Everywhere this surface type is used, we allocate an // FBO at the user level as the drawable of the associated context. -class UI_EXPORT NoOpGLSurfaceCGL : public GLSurfaceCGL { +class GL_EXPORT NoOpGLSurfaceCGL : public GLSurfaceCGL { public: explicit NoOpGLSurfaceCGL(const gfx::Size& size); |