| Index: ui/ozone/common/egl_util.h
|
| diff --git a/ui/ozone/common/egl_util.h b/ui/ozone/common/egl_util.h
|
| index 5cdfa4286106fc051fa7c0527488f212d328dfe8..27d332362ab572bdb50ebec80e0e7517eb002082 100644
|
| --- a/ui/ozone/common/egl_util.h
|
| +++ b/ui/ozone/common/egl_util.h
|
| @@ -21,6 +21,10 @@ bool LoadEGLGLES2Bindings(
|
| const char* egl_library_name,
|
| const char* gles_library_name);
|
|
|
| +void* /* EGLConfig */ ChooseEGLConfig(
|
| + const SurfaceFactoryOzone::EglConfigInfo& egl,
|
| + const int32* attributes);
|
| +
|
| } // namespace ui
|
|
|
| #endif // UI_OZONE_COMMON_EGL_UTIL_H_
|
|
|