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

Unified Diff: ui/gl/gl_context_cgl.h

Issue 2037793002: Move GLContext creation from //ui/gl to //ui/gl/init. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gl_init
Patch Set: Change to scoped_refptr. Created 4 years, 6 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 | « ui/gl/gl_context_android.cc ('k') | ui/gl/gl_context_egl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_context_cgl.h
diff --git a/ui/gl/gl_context_cgl.h b/ui/gl/gl_context_cgl.h
index 156953f48733bed7c9bc412f3f9aa8f8129a9ea9..c92400433960eb547b4733c08487548908b8cc14 100644
--- a/ui/gl/gl_context_cgl.h
+++ b/ui/gl/gl_context_cgl.h
@@ -11,13 +11,14 @@
#include "base/macros.h"
#include "ui/gl/gl_context.h"
+#include "ui/gl/gl_export.h"
namespace gl {
class GLSurface;
// Encapsulates a CGL OpenGL context.
-class GLContextCGL : public GLContextReal {
+class GL_EXPORT GLContextCGL : public GLContextReal {
public:
explicit GLContextCGL(GLShareGroup* share_group);
« no previous file with comments | « ui/gl/gl_context_android.cc ('k') | ui/gl/gl_context_egl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698