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

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

Issue 2926423002: ozone: Allow using swiftshader with --use-gl=swiftshader. (Closed)
Patch Set: . Created 3 years, 6 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 855e7659671c6ab9334d5e8557ad439b5cde42b4..788083ff4eb1d4c4084aa08921bd95d76092852f 100644
--- a/ui/ozone/common/egl_util.h
+++ b/ui/ozone/common/egl_util.h
@@ -7,13 +7,11 @@
#include <stdint.h>
-namespace ui {
+#include "ui/gl/gl_implementation.h"
-bool LoadDefaultEGLGLES2Bindings();
+namespace ui {
-bool LoadEGLGLES2Bindings(
- const char* egl_library_name,
- const char* gles_library_name);
+bool LoadDefaultEGLGLES2Bindings(gl::GLImplementation impl);
void* /* EGLConfig */ ChooseEGLConfig(void* /* EGLConfig */ display,
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