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

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

Issue 750593003: Ozone X11 platform Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup leftover stuff Created 6 years 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 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_
« 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