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

Unified Diff: ui/ozone/platform/cast/gl_ozone_egl_cast.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/platform/cast/gl_ozone_egl_cast.h ('k') | ui/ozone/platform/drm/gpu/gbm_surface_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/cast/gl_ozone_egl_cast.cc
diff --git a/ui/ozone/platform/cast/gl_ozone_egl_cast.cc b/ui/ozone/platform/cast/gl_ozone_egl_cast.cc
index 44f86c61d3b8a8ab4e6e6b690b143a58f408d7c7..02674216eeecc0a16d2dafa1ef94e281c25c00ce 100644
--- a/ui/ozone/platform/cast/gl_ozone_egl_cast.cc
+++ b/ui/ozone/platform/cast/gl_ozone_egl_cast.cc
@@ -203,7 +203,7 @@ void GLOzoneEglCast::ChildDestroyed() {
DestroyWindow();
}
-bool GLOzoneEglCast::LoadGLES2Bindings() {
+bool GLOzoneEglCast::LoadGLES2Bindings(gl::GLImplementation implementation) {
if (state_ != kInitialized) {
InitializeHardware();
if (state_ != kInitialized) {
« no previous file with comments | « ui/ozone/platform/cast/gl_ozone_egl_cast.h ('k') | ui/ozone/platform/drm/gpu/gbm_surface_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698