diff options
Diffstat (limited to 'ui/ozone/common/egl_util.h')
-rw-r--r-- | ui/ozone/common/egl_util.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/ozone/common/egl_util.h b/ui/ozone/common/egl_util.h index c18d708..dbf9a8f 100644 --- a/ui/ozone/common/egl_util.h +++ b/ui/ozone/common/egl_util.h @@ -5,19 +5,16 @@ #ifndef UI_OZONE_COMMON_EGL_UTIL_H_ #define UI_OZONE_COMMON_EGL_UTIL_H_ -#include "ui/ozone/ozone_base_export.h" #include "ui/ozone/public/surface_factory_ozone.h" #include "ui/ozone/public/surface_ozone_egl.h" namespace ui { -OZONE_BASE_EXPORT bool LoadDefaultEGLGLES2Bindings( SurfaceFactoryOzone::AddGLLibraryCallback add_gl_library, SurfaceFactoryOzone::SetGLGetProcAddressProcCallback set_gl_get_proc_address); -OZONE_BASE_EXPORT bool LoadEGLGLES2Bindings( SurfaceFactoryOzone::AddGLLibraryCallback add_gl_library, SurfaceFactoryOzone::SetGLGetProcAddressProcCallback @@ -25,7 +22,6 @@ bool LoadEGLGLES2Bindings( const char* egl_library_name, const char* gles_library_name); -OZONE_BASE_EXPORT void* /* EGLConfig */ ChooseEGLConfig(const EglConfigCallbacks& egl, const int32_t* attributes); |