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

Unified Diff: ui/gl/gl_stub_api.cc

Issue 2629633003: Refactor GL bindings so there is no global GLApi or DriverGL. (Closed)
Patch Set: rebase Created 3 years, 11 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/gl/gl_osmesa_api_implementation.cc ('k') | ui/gl/gl_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_stub_api.cc
diff --git a/ui/gl/gl_stub_api.cc b/ui/gl/gl_stub_api.cc
index 7d071cf8e90a20786879984e02e4b38b6a15f8e6..5cdf6518b850279fbd01716f9b9bc5e1d992ca1a 100644
--- a/ui/gl/gl_stub_api.cc
+++ b/ui/gl/gl_stub_api.cc
@@ -15,8 +15,7 @@ void GenHelper(GLsizei count, GLuint* objects) {
} // anonymous namespace
-GLStubApi::GLStubApi()
- : version_("OpenGL ES 3.0"), extensions_("GL_EXT_framebuffer_object") {}
+GLStubApi::GLStubApi() {}
GLStubApi::~GLStubApi() = default;
« no previous file with comments | « ui/gl/gl_osmesa_api_implementation.cc ('k') | ui/gl/gl_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698