| Index: ui/ozone/common/egl_util.h
|
| diff --git a/ui/ozone/common/egl_util.h b/ui/ozone/common/egl_util.h
|
| index 99fee71d2d58f067eee20d418aeb8327c8764878..855e7659671c6ab9334d5e8557ad439b5cde42b4 100644
|
| --- a/ui/ozone/common/egl_util.h
|
| +++ b/ui/ozone/common/egl_util.h
|
| @@ -5,19 +5,13 @@
|
| #ifndef UI_OZONE_COMMON_EGL_UTIL_H_
|
| #define UI_OZONE_COMMON_EGL_UTIL_H_
|
|
|
| -#include "ui/ozone/public/surface_factory_ozone.h"
|
| +#include <stdint.h>
|
|
|
| namespace ui {
|
|
|
| -bool LoadDefaultEGLGLES2Bindings(
|
| - SurfaceFactoryOzone::AddGLLibraryCallback add_gl_library,
|
| - SurfaceFactoryOzone::SetGLGetProcAddressProcCallback
|
| - set_gl_get_proc_address);
|
| +bool LoadDefaultEGLGLES2Bindings();
|
|
|
| bool LoadEGLGLES2Bindings(
|
| - SurfaceFactoryOzone::AddGLLibraryCallback add_gl_library,
|
| - SurfaceFactoryOzone::SetGLGetProcAddressProcCallback
|
| - set_gl_get_proc_address,
|
| const char* egl_library_name,
|
| const char* gles_library_name);
|
|
|
|
|