Chromium Code Reviews| 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); |
| static bool InitializeOneOff(); |