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

Unified Diff: ui/gl/gl_surface_wgl.h

Issue 2047283003: Move GLSurface creation from //ui/gl to //ui/gl/init. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gl_context
Patch Set: Fix Ozone CreateViewGLSurface logic. 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_surface_ozone.cc ('k') | ui/gl/gl_surface_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_surface_wgl.h
diff --git a/ui/gl/gl_surface_wgl.h b/ui/gl/gl_surface_wgl.h
index f745dda6165ca4e100c43893fe0d7111b2bbfe0d..c68f1a7371bf1bd42696335ed3915ce4dcf8c236 100644
--- a/ui/gl/gl_surface_wgl.h
+++ b/ui/gl/gl_surface_wgl.h
@@ -32,7 +32,7 @@ class GL_EXPORT GLSurfaceWGL : public GLSurface {
};
// A surface used to render to a view.
-class NativeViewGLSurfaceWGL : public GLSurfaceWGL {
+class GL_EXPORT NativeViewGLSurfaceWGL : public GLSurfaceWGL {
public:
explicit NativeViewGLSurfaceWGL(gfx::AcceleratedWidget window);
@@ -62,7 +62,7 @@ class NativeViewGLSurfaceWGL : public GLSurfaceWGL {
// A surface used to render to an offscreen pbuffer.
-class PbufferGLSurfaceWGL : public GLSurfaceWGL {
+class GL_EXPORT PbufferGLSurfaceWGL : public GLSurfaceWGL {
public:
explicit PbufferGLSurfaceWGL(const gfx::Size& size);
« no previous file with comments | « ui/gl/gl_surface_ozone.cc ('k') | ui/gl/gl_surface_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698