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

Unified Diff: ui/gl/gl_surface_glx.h

Issue 1168993002: Update the native_viewport interface to allow specification of the surface configuration, currently… (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Fix header issue Created 5 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
Index: ui/gl/gl_surface_glx.h
diff --git a/ui/gl/gl_surface_glx.h b/ui/gl/gl_surface_glx.h
index c1fca6006a1726b5971bd0494d284220ad61e22d..875a1f7fe23bf2dbc68f758b34178495e856b7a2 100644
--- a/ui/gl/gl_surface_glx.h
+++ b/ui/gl/gl_surface_glx.h
@@ -21,7 +21,7 @@ namespace gfx {
// Base class for GLX surfaces.
class GL_EXPORT GLSurfaceGLX : public GLSurface {
public:
- GLSurfaceGLX();
+ GLSurfaceGLX(SurfaceConfiguration requested_configuration);
viettrungluu 2015/06/09 00:48:15 explicit
iansf 2015/06/09 01:52:05 Done.
static bool InitializeOneOff();

Powered by Google App Engine
This is Rietveld 408576698