| Index: ui/ozone/platform/x11/x11_surface_factory.h
|
| diff --git a/ui/ozone/platform/x11/x11_surface_factory.h b/ui/ozone/platform/x11/x11_surface_factory.h
|
| index 0a2ffa5f1087583eeb53f33b8e991c7737388158..d1fae7128ec47096ba343d345bf32409c67842c4 100644
|
| --- a/ui/ozone/platform/x11/x11_surface_factory.h
|
| +++ b/ui/ozone/platform/x11/x11_surface_factory.h
|
| @@ -26,9 +26,7 @@ class X11SurfaceFactory : public SurfaceFactoryOzone {
|
| scoped_refptr<gl::GLSurface> CreateOffscreenGLSurface(
|
| gl::GLImplementation implementation,
|
| const gfx::Size& size) override;
|
| - bool LoadEGLGLES2Bindings(
|
| - AddGLLibraryCallback add_gl_library,
|
| - SetGLGetProcAddressProcCallback set_gl_get_proc_address) override;
|
| + bool LoadEGLGLES2Bindings() override;
|
| intptr_t GetNativeDisplay() override;
|
|
|
| private:
|
|
|