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