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

Unified Diff: ui/gl/gl_context_wgl.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_ozone.cc ('k') | ui/gl/gl_context_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_context_wgl.h
diff --git a/ui/gl/gl_context_wgl.h b/ui/gl/gl_context_wgl.h
index 8201d1a6f6c84c5771ced02dfb6813e7a6ea7c69..f00d1663718c8a54d89b8c8d13f5fc42592bf1ef 100644
--- a/ui/gl/gl_context_wgl.h
+++ b/ui/gl/gl_context_wgl.h
@@ -10,13 +10,14 @@
#include "base/macros.h"
#include "ui/gfx/native_widget_types.h"
#include "ui/gl/gl_context.h"
+#include "ui/gl/gl_export.h"
namespace gl {
class GLSurface;
// This class is a wrapper around a GL context.
-class GLContextWGL : public GLContextReal {
+class GL_EXPORT GLContextWGL : public GLContextReal {
public:
explicit GLContextWGL(GLShareGroup* share_group);
« no previous file with comments | « ui/gl/gl_context_ozone.cc ('k') | ui/gl/gl_context_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698