| Index: ui/gl/gl_surface_osmesa_win.h
 | 
| diff --git a/ui/gl/gl_surface_osmesa_win.h b/ui/gl/gl_surface_osmesa_win.h
 | 
| index a6cb6a14f3b87cf798a9db6b60b127cb34e34ff8..e957478053d1d2bffdf6e85953111c408e8efb6f 100644
 | 
| --- a/ui/gl/gl_surface_osmesa_win.h
 | 
| +++ b/ui/gl/gl_surface_osmesa_win.h
 | 
| @@ -22,7 +22,7 @@ class GL_EXPORT GLSurfaceOSMesaWin : public GLSurfaceOSMesa {
 | 
|    explicit GLSurfaceOSMesaWin(gfx::AcceleratedWidget window);
 | 
|  
 | 
|    // Implement subset of GLSurface.
 | 
| -  bool Initialize(GLSurface::Format format) override;
 | 
| +  bool Initialize(GLSurfaceFormat format) override;
 | 
|    void Destroy() override;
 | 
|    bool IsOffscreen() override;
 | 
|    gfx::SwapResult SwapBuffers() override;
 | 
| 
 |