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

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

Issue 2165303002: Convert Ozone GBM to use new surface API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ozone_impl
Patch Set: Add missing dep. Created 4 years, 5 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/common/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 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);
« no previous file with comments | « ui/ozone/common/BUILD.gn ('k') | ui/ozone/common/egl_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698