| Index: ui/ozone/common/egl_util.h
|
| diff --git a/ui/ozone/common/egl_util.h b/ui/ozone/common/egl_util.h
|
| index 64d336c8106161e5e29179c74e975d4e4c13c4ca..99fee71d2d58f067eee20d418aeb8327c8764878 100644
|
| --- a/ui/ozone/common/egl_util.h
|
| +++ b/ui/ozone/common/egl_util.h
|
| @@ -6,7 +6,6 @@
|
| #define UI_OZONE_COMMON_EGL_UTIL_H_
|
|
|
| #include "ui/ozone/public/surface_factory_ozone.h"
|
| -#include "ui/ozone/public/surface_ozone_egl.h"
|
|
|
| namespace ui {
|
|
|
| @@ -25,10 +24,6 @@ bool LoadEGLGLES2Bindings(
|
| 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);
|
| -
|
| } // namespace ui
|
|
|
| #endif // UI_OZONE_COMMON_EGL_UTIL_H_
|
|
|