| Index: ui/gl/gl_context_egl.h
 | 
| diff --git a/ui/gl/gl_context_egl.h b/ui/gl/gl_context_egl.h
 | 
| index f14c1c4ea8d6a0ef839100971ebef4cecf0bffb4..0d92261fdcc0409ff6c9f6afd9cd42aaff556123 100644
 | 
| --- a/ui/gl/gl_context_egl.h
 | 
| +++ b/ui/gl/gl_context_egl.h
 | 
| @@ -27,7 +27,7 @@
 | 
|  
 | 
|    // Implement GLContext.
 | 
|    bool Initialize(GLSurface* compatible_surface,
 | 
| -                  const GLContextAttribs& attribs) override;
 | 
| +                  GpuPreference gpu_preference) override;
 | 
|    bool MakeCurrent(GLSurface* surface) override;
 | 
|    void ReleaseCurrent(GLSurface* surface) override;
 | 
|    bool IsCurrent(GLSurface* surface) override;
 | 
| 
 |