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

Unified Diff: ui/ozone/platform/cast/gl_ozone_egl_cast.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/gl_ozone_egl.cc ('k') | ui/ozone/platform/cast/gl_ozone_egl_cast.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.h
diff --git a/ui/ozone/platform/cast/gl_ozone_egl_cast.h b/ui/ozone/platform/cast/gl_ozone_egl_cast.h
index 625b2ab2cbac692e1eed22b08aa24c46e2894a52..96203e29a7aed7449a0b287ab7b047b34c302125 100644
--- a/ui/ozone/platform/cast/gl_ozone_egl_cast.h
+++ b/ui/ozone/platform/cast/gl_ozone_egl_cast.h
@@ -34,7 +34,7 @@ class GLOzoneEglCast : public GLOzoneEGL {
scoped_refptr<gl::GLSurface> CreateOffscreenGLSurface(
const gfx::Size& size) override;
intptr_t GetNativeDisplay() override;
- bool LoadGLES2Bindings() override;
+ bool LoadGLES2Bindings(gl::GLImplementation implementation) override;
intptr_t GetNativeWindow();
bool ResizeDisplay(gfx::Size viewport_size);
« no previous file with comments | « ui/ozone/common/gl_ozone_egl.cc ('k') | ui/ozone/platform/cast/gl_ozone_egl_cast.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698