Index: ui/gfx/ozone/impl/software_surface_factory_ozone.cc |
diff --git a/ui/gfx/ozone/impl/software_surface_factory_ozone.cc b/ui/gfx/ozone/impl/software_surface_factory_ozone.cc |
index 239b143d014a30b9c68c5f1d33b896e1efea1c8d..c5515e9fe2d0069be76b99c7658a6b00e9bde168 100644 |
--- a/ui/gfx/ozone/impl/software_surface_factory_ozone.cc |
+++ b/ui/gfx/ozone/impl/software_surface_factory_ozone.cc |
@@ -186,7 +186,9 @@ gfx::AcceleratedWidget SoftwareSurfaceFactoryOzone::RealizeAcceleratedWidget( |
return reinterpret_cast<gfx::AcceleratedWidget>(controller_->get_surface()); |
} |
-bool SoftwareSurfaceFactoryOzone::LoadEGLGLES2Bindings() { |
+bool SoftwareSurfaceFactoryOzone::LoadEGLGLES2Bindings( |
+ AddGLLibraryCallback add_gl_library, |
+ SetGLGetProcAddressProcCallback set_gl_get_proc_address) { |
return false; |
} |