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

Unified Diff: ui/gl/gl_context_glx.h

Issue 10399120: Add GL_EXPORT for GLContextGLX (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/gl/gl_context_glx.h
diff --git a/ui/gl/gl_context_glx.h b/ui/gl/gl_context_glx.h
index 8ddcae76e8222f5e235c5906041f7ddc918e9f47..6809e263046c619e348c0ba8b9a946792b92543e 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);
« 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