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

Unified Diff: ui/ozone/common/gl_ozone_egl.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/egl_util.cc ('k') | ui/ozone/common/gl_ozone_egl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/common/gl_ozone_egl.h
diff --git a/ui/ozone/common/gl_ozone_egl.h b/ui/ozone/common/gl_ozone_egl.h
index d7ed7aa3708535e6b151c71f9c01a436d9905cf4..11c3a86d693a8eef1e1ffe56949659214afbe3c4 100644
--- a/ui/ozone/common/gl_ozone_egl.h
+++ b/ui/ozone/common/gl_ozone_egl.h
@@ -42,7 +42,7 @@ class GLOzoneEGL : public GLOzone {
virtual intptr_t GetNativeDisplay() = 0;
// Sets up GL bindings for the native surface.
- virtual bool LoadGLES2Bindings() = 0;
+ virtual bool LoadGLES2Bindings(gl::GLImplementation implementation) = 0;
private:
DISALLOW_COPY_AND_ASSIGN(GLOzoneEGL);
« no previous file with comments | « ui/ozone/common/egl_util.cc ('k') | ui/ozone/common/gl_ozone_egl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698