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

Unified Diff: ui/gl/gl_context_stub.cc

Issue 139013008: Implement support for rendering to 32-bit float textures on ES3 (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Make TexSubImage validation agree with TexImage validation Created 6 years, 10 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
Index: ui/gl/gl_context_stub.cc
diff --git a/ui/gl/gl_context_stub.cc b/ui/gl/gl_context_stub.cc
index 56fb3c72efb9e419ef26d4223d699738cdbe0096..1d39d3e19aba8c839e336df57e329028f6983e61 100644
--- a/ui/gl/gl_context_stub.cc
+++ b/ui/gl/gl_context_stub.cc
@@ -39,6 +39,10 @@ std::string GLContextStub::GetExtensions() {
return std::string();
}
+std::string GLContextStub::GetGLRenderer() {
+ return std::string("CHROMIUM");
+}
+
GLContextStub::~GLContextStub() {}
} // namespace gfx

Powered by Google App Engine
This is Rietveld 408576698