| Index: ui/gfx/ozone/impl/file_surface_factory_ozone.cc
|
| diff --git a/ui/gfx/ozone/impl/file_surface_factory_ozone.cc b/ui/gfx/ozone/impl/file_surface_factory_ozone.cc
|
| index 04dbb22de5ab4649247e87d8c2c8a4537475efb4..0064af31b0a015f74ec6771d3ee5a255c863a588 100644
|
| --- a/ui/gfx/ozone/impl/file_surface_factory_ozone.cc
|
| +++ b/ui/gfx/ozone/impl/file_surface_factory_ozone.cc
|
| @@ -55,7 +55,9 @@ AcceleratedWidget FileSurfaceFactoryOzone::RealizeAcceleratedWidget(
|
| return 1;
|
| }
|
|
|
| -bool FileSurfaceFactoryOzone::LoadEGLGLES2Bindings() {
|
| +bool FileSurfaceFactoryOzone::LoadEGLGLES2Bindings(
|
| + AddGLLibraryCallback add_gl_library,
|
| + SetGLGetProcAddressProcCallback set_gl_get_proc_address) {
|
| return false;
|
| }
|
|
|
|
|