| 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,
|
|
|