| Index: ui/ozone/common/gl_ozone_egl.h
|
| diff --git a/ui/ozone/common/gl_ozone_egl.h b/ui/ozone/common/gl_ozone_egl.h
|
| index 300ebe717803e6f53d1ff5bf791136523a73bd0d..2e3ab5d558f55f4bd9564e7b7264419831711de3 100644
|
| --- a/ui/ozone/common/gl_ozone_egl.h
|
| +++ b/ui/ozone/common/gl_ozone_egl.h
|
| @@ -28,7 +28,7 @@ class GLOzoneEGL : public GLOzone {
|
| scoped_refptr<gl::GLContext> CreateGLContext(
|
| gl::GLShareGroup* share_group,
|
| gl::GLSurface* compatible_surface,
|
| - gl::GpuPreference gpu_preference) override;
|
| + const gl::GLContextAttribs& attribs) override;
|
| scoped_refptr<gl::GLSurface> CreateViewGLSurface(
|
| gfx::AcceleratedWidget window) override = 0;
|
| scoped_refptr<gl::GLSurface> CreateSurfacelessViewGLSurface(
|
|
|