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

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

Issue 7645004: Add gl.dll, compositor.dll, and surface.dll. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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
Index: ui/gfx/gl/gl_surface_glx.h
===================================================================
--- ui/gfx/gl/gl_surface_glx.h (revision 96560)
+++ ui/gfx/gl/gl_surface_glx.h (working copy)
@@ -8,13 +8,14 @@
#include "ui/gfx/gl/gl_surface.h"
#include "ui/base/x/x11_util.h"
+#include "ui/gfx/gl/gl_export.h"
#include "ui/gfx/native_widget_types.h"
#include "ui/gfx/size.h"
namespace gfx {
// Base class for GLX surfaces.
-class GLSurfaceGLX : public GLSurface {
+class GL_EXPORT GLSurfaceGLX : public GLSurface {
public:
GLSurfaceGLX();
virtual ~GLSurfaceGLX();

Powered by Google App Engine
This is Rietveld 408576698