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

Unified Diff: ui/gl/gl_surface_osmesa_x11.h

Issue 2616723002: Refactor GL surface format handling (Closed)
Patch Set: Fix copyright notice on new files Created 3 years, 11 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_osmesa_win.cc ('k') | ui/gl/gl_surface_osmesa_x11.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_surface_osmesa_x11.h
diff --git a/ui/gl/gl_surface_osmesa_x11.h b/ui/gl/gl_surface_osmesa_x11.h
index 4a12521060fbd46fc8fbebf28f34a6b3b5c94cec..96072c7f844feb5af8d99506731f30b1f2db39c3 100644
--- a/ui/gl/gl_surface_osmesa_x11.h
+++ b/ui/gl/gl_surface_osmesa_x11.h
@@ -24,7 +24,7 @@ class GL_EXPORT GLSurfaceOSMesaX11 : public GLSurfaceOSMesa {
static bool InitializeOneOff();
// Implement a subset of GLSurface.
- bool Initialize(GLSurface::Format format) override;
+ bool Initialize(GLSurfaceFormat format) override;
void Destroy() override;
bool Resize(const gfx::Size& new_size,
float scale_factor,
« no previous file with comments | « ui/gl/gl_surface_osmesa_win.cc ('k') | ui/gl/gl_surface_osmesa_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698