| Index: ui/ozone/platform/x11/x11_surface_factory.cc
|
| diff --git a/ui/ozone/platform/x11/x11_surface_factory.cc b/ui/ozone/platform/x11/x11_surface_factory.cc
|
| index f061a7f10de6521bfef3fd07721d76c1accc7b97..4628d6d97a96dbef1a95f054af54c048546e2ff0 100644
|
| --- a/ui/ozone/platform/x11/x11_surface_factory.cc
|
| +++ b/ui/ozone/platform/x11/x11_surface_factory.cc
|
| @@ -147,10 +147,8 @@ scoped_refptr<gl::GLSurface> X11SurfaceFactory::CreateOffscreenGLSurface(
|
| return gl::InitializeGLSurface(new gl::PbufferGLSurfaceEGL(size));
|
| }
|
|
|
| -bool X11SurfaceFactory::LoadEGLGLES2Bindings(
|
| - AddGLLibraryCallback add_gl_library,
|
| - SetGLGetProcAddressProcCallback set_gl_get_proc_address) {
|
| - return LoadDefaultEGLGLES2Bindings(add_gl_library, set_gl_get_proc_address);
|
| +bool X11SurfaceFactory::LoadEGLGLES2Bindings() {
|
| + return LoadDefaultEGLGLES2Bindings();
|
| }
|
|
|
| intptr_t X11SurfaceFactory::GetNativeDisplay() {
|
|
|