| Index: ui/gfx/ozone/impl/software_surface_factory_ozone.h
|
| diff --git a/ui/gfx/ozone/impl/software_surface_factory_ozone.h b/ui/gfx/ozone/impl/software_surface_factory_ozone.h
|
| index a3150a6600095e67f808d8b46713260e6cc8fc72..d6fa1e97a2f19f16b5ee85dcb7ac590662b497b8 100644
|
| --- a/ui/gfx/ozone/impl/software_surface_factory_ozone.h
|
| +++ b/ui/gfx/ozone/impl/software_surface_factory_ozone.h
|
| @@ -29,7 +29,9 @@ class SoftwareSurfaceFactoryOzone : public SurfaceFactoryOzone {
|
| virtual gfx::AcceleratedWidget RealizeAcceleratedWidget(
|
| gfx::AcceleratedWidget w) OVERRIDE;
|
|
|
| - virtual bool LoadEGLGLES2Bindings() OVERRIDE;
|
| + virtual bool LoadEGLGLES2Bindings(
|
| + AddGLLibraryCallback add_gl_library,
|
| + SetGLGetProcAddressProcCallback set_gl_get_proc_address) OVERRIDE;
|
|
|
| virtual bool AttemptToResizeAcceleratedWidget(
|
| gfx::AcceleratedWidget w,
|
|
|