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

Unified Diff: app/gfx/gl/gl_implementation.h

Issue 6325005: Relanding r71472.... Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 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 | « app/gfx/gl/gl_context_linux.cc ('k') | app/gfx/gl/gl_implementation.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/gfx/gl/gl_implementation.h
===================================================================
--- app/gfx/gl/gl_implementation.h (revision 71474)
+++ app/gfx/gl/gl_implementation.h (working copy)
@@ -49,6 +49,9 @@
// Get the GL implementation with a given name.
GLImplementation GetNamedGLImplementation(const std::wstring& name);
+// Get the name of a GL implementation.
+const char* GetGLImplementationName(GLImplementation implementation);
+
// Initialize the preferred GL binding from the given list. The preferred GL
// bindings depend on command line switches passed by the user and which GL
// implementations are available and working on the system
« no previous file with comments | « app/gfx/gl/gl_context_linux.cc ('k') | app/gfx/gl/gl_implementation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698