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

Unified Diff: ui/gl/gl_surface_osmesa.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_mac.cc ('k') | ui/gl/gl_surface_osmesa_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_surface_osmesa.h
diff --git a/ui/gl/gl_surface_osmesa.h b/ui/gl/gl_surface_osmesa.h
index 9fc8a794dbe63414e6a1110937aae8b9cd2f5583..3155c11cc5885a51290d7a8c63b67ba2ec52f0e3 100644
--- a/ui/gl/gl_surface_osmesa.h
+++ b/ui/gl/gl_surface_osmesa.h
@@ -49,9 +49,9 @@ class GL_EXPORT GLSurfaceOSMesa : public GLSurface {
// A thin subclass of |GLSurfaceOSMesa| that can be used in place
// of a native hardware-provided surface when a native surface
// provider is not available.
-class GLSurfaceOSMesaHeadless : public GLSurfaceOSMesa {
+class GL_EXPORT GLSurfaceOSMesaHeadless : public GLSurfaceOSMesa {
public:
- explicit GLSurfaceOSMesaHeadless();
+ GLSurfaceOSMesaHeadless();
bool IsOffscreen() override;
gfx::SwapResult SwapBuffers() override;
« no previous file with comments | « ui/gl/gl_surface_mac.cc ('k') | ui/gl/gl_surface_osmesa_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698