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

Unified Diff: include/gpu/gl/GrGLExtensions.h

Issue 14864002: Fix GL extension printing on core profiles. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 8 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 | « no previous file | src/gpu/gl/GrGLContext.h » ('j') | src/gpu/gl/GrGLExtensions.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/gpu/gl/GrGLExtensions.h
===================================================================
--- include/gpu/gl/GrGLExtensions.h (revision 8966)
+++ include/gpu/gl/GrGLExtensions.h (working copy)
@@ -40,6 +40,8 @@
void reset() { fStrings.reset(); }
robertphillips 2013/05/02 19:39:14 const char * -> char?
bsalomon 2013/05/02 19:41:59 You might want ", " or something.
+ void print(const char* sep = "\n") const;
+
private:
SkTArray<SkString> fStrings;
};
« no previous file with comments | « no previous file | src/gpu/gl/GrGLContext.h » ('j') | src/gpu/gl/GrGLExtensions.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698