Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(386)

Unified Diff: ui/ozone/common/egl_util.h

Issue 2190353003: Delete old Ozone surface creation API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/ozone/BUILD.gn ('k') | ui/ozone/common/egl_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « ui/ozone/BUILD.gn ('k') | ui/ozone/common/egl_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698