Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(795)

Unified Diff: ui/gfx/gl/gl_surface_cgl.h

Issue 10356140: mac: s/UI_EXPORT/GL_EXPORT/ for GLSurfaceCGL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/gl/gl_surface_cgl.h
diff --git a/ui/gfx/gl/gl_surface_cgl.h b/ui/gfx/gl/gl_surface_cgl.h
index 951c26663a16fd3b075dd3af636bf89143b0ac10..e6a6d06a3f45667a1229c7ae440761c74e64506a 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);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698