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

Unified Diff: ui/gfx/gl/gl_surface_glx.h

Issue 7980006: Implement OSMesa image transport for TOUCH_UI builds (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fix mac build Created 9 years, 3 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
Index: ui/gfx/gl/gl_surface_glx.h
diff --git a/ui/gfx/gl/gl_surface_glx.h b/ui/gfx/gl/gl_surface_glx.h
index b45ca362a2251a71061707dce20cea5c41d4bbef..dda14b4d54fa1e488a1195a53bb509d007245903 100644
--- a/ui/gfx/gl/gl_surface_glx.h
+++ b/ui/gfx/gl/gl_surface_glx.h
@@ -64,7 +64,7 @@ class GL_EXPORT NativeViewGLSurfaceGLX : public GLSurfaceGLX {
};
// A surface used to render to an offscreen pbuffer.
-class PbufferGLSurfaceGLX : public GLSurfaceGLX {
+class GL_EXPORT PbufferGLSurfaceGLX : public GLSurfaceGLX {
public:
explicit PbufferGLSurfaceGLX(const gfx::Size& size);
virtual ~PbufferGLSurfaceGLX();
« content/common/gpu/image_transport_surface_linux.cc ('K') | « ui/gfx/gl/gl_context_osmesa.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698