| 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 7abf32017103880bd5071bee4c0ee5bb7acf90bc..910b3f8141a7d71b8f434c77477c6bdab4b4c396 100644
|
| --- a/ui/ozone/common/gl_ozone_egl.cc
|
| +++ b/ui/ozone/common/gl_ozone_egl.cc
|
| @@ -25,7 +25,7 @@ bool GLOzoneEGL::InitializeGLOneOffPlatform() {
|
|
|
| bool GLOzoneEGL::InitializeStaticGLBindings(
|
| gl::GLImplementation implementation) {
|
| - if (!LoadGLES2Bindings())
|
| + if (!LoadGLES2Bindings(implementation))
|
| return false;
|
|
|
| gl::SetGLImplementation(gl::kGLImplementationEGLGLES2);
|
|
|