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

Unified Diff: ui/ozone/common/gl_ozone_egl.cc

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/gl_ozone_egl.h ('k') | ui/ozone/platform/cast/gl_ozone_egl_cast.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/common/gl_ozone_egl.cc
diff --git a/ui/ozone/common/gl_ozone_egl.cc b/ui/ozone/common/gl_ozone_egl.cc
index 7abf32017103880bd5071bee4c0ee5bb7acf90bc..910b3f8141a7d71b8f434c77477c6bdab4b4c396 100644
--- a/ui/ozone/common/gl_ozone_egl.cc
+++ b/ui/ozone/common/gl_ozone_egl.cc
@@ -25,7 +25,7 @@ bool GLOzoneEGL::InitializeGLOneOffPlatform() {
bool GLOzoneEGL::InitializeStaticGLBindings(
gl::GLImplementation implementation) {
- if (!LoadGLES2Bindings())
+ if (!LoadGLES2Bindings(implementation))
return false;
gl::SetGLImplementation(gl::kGLImplementationEGLGLES2);
« no previous file with comments | « ui/ozone/common/gl_ozone_egl.h ('k') | ui/ozone/platform/cast/gl_ozone_egl_cast.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698