Chromium Code Reviews| 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; |
| }; |