Index: ui/gfx/ozone/surface_factory_ozone.cc |
diff --git a/ui/gfx/ozone/surface_factory_ozone.cc b/ui/gfx/ozone/surface_factory_ozone.cc |
index da89771a5013f4de1c929f8c59ecaaf4f0dde42f..5ba8de0c537be90ed7e64f14adc89cded6d0de40 100644 |
--- a/ui/gfx/ozone/surface_factory_ozone.cc |
+++ b/ui/gfx/ozone/surface_factory_ozone.cc |
@@ -27,7 +27,11 @@ class SurfaceFactoryOzoneStub : public SurfaceFactoryOzone { |
gfx::AcceleratedWidget w) OVERRIDE { |
return 0; |
} |
- virtual bool LoadEGLGLES2Bindings() OVERRIDE { return true; } |
+ virtual bool LoadEGLGLES2Bindings( |
+ AddGLLibraryCallback add_gl_library, |
+ SetGLGetProcAddressProcCallback set_gl_get_proc_address) OVERRIDE { |
+ return true; |
+ } |
virtual bool AttemptToResizeAcceleratedWidget( |
gfx::AcceleratedWidget w, |
const gfx::Rect& bounds) OVERRIDE { |