| Index: ui/ozone/common/egl_util.h
|
| diff --git a/ui/ozone/common/egl_util.h b/ui/ozone/common/egl_util.h
|
| index dbf9a8f86e03d46e9f7ede8938a4801af370f167..64d336c8106161e5e29179c74e975d4e4c13c4ca 100644
|
| --- a/ui/ozone/common/egl_util.h
|
| +++ b/ui/ozone/common/egl_util.h
|
| @@ -22,6 +22,10 @@ bool LoadEGLGLES2Bindings(
|
| const char* egl_library_name,
|
| const char* gles_library_name);
|
|
|
| +void* /* EGLConfig */ ChooseEGLConfig(void* /* EGLConfig */ display,
|
| + const int32_t* attributes);
|
| +
|
| +// TODO(kylechar): This is deprecated, delete when all callers are gone.
|
| void* /* EGLConfig */ ChooseEGLConfig(const EglConfigCallbacks& egl,
|
| const int32_t* attributes);
|
|
|
|
|