| Index: ui/ozone/common/gl_ozone_egl.cc
|
| diff --git a/ui/ozone/common/gl_ozone_egl.cc b/ui/ozone/common/gl_ozone_egl.cc
|
| index cc2f357c4d3b626f3f625340b0563a1fbeec9e20..8bf2fd38b54219393b61b014fb304df4eb9e88e8 100644
|
| --- a/ui/ozone/common/gl_ozone_egl.cc
|
| +++ b/ui/ozone/common/gl_ozone_egl.cc
|
| @@ -54,9 +54,9 @@
|
| scoped_refptr<gl::GLContext> GLOzoneEGL::CreateGLContext(
|
| gl::GLShareGroup* share_group,
|
| gl::GLSurface* compatible_surface,
|
| - const gl::GLContextAttribs& attribs) {
|
| + gl::GpuPreference gpu_preference) {
|
| return gl::InitializeGLContext(new gl::GLContextEGL(share_group),
|
| - compatible_surface, attribs);
|
| + compatible_surface, gpu_preference);
|
| }
|
|
|
| scoped_refptr<gl::GLSurface> GLOzoneEGL::CreateSurfacelessViewGLSurface(
|
|
|