Chromium Code Reviews| Index: src/gpu/gl/GrGLPrettyPrintSL.h |
| diff --git a/src/gpu/gl/GrGLPrettyPrintSL.h b/src/gpu/gl/GrGLPrettyPrintSL.h |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..21402a8b75ed4842e565f811a69be51a635ae4bb |
| --- /dev/null |
| +++ b/src/gpu/gl/GrGLPrettyPrintSL.h |
| @@ -0,0 +1,10 @@ |
| +#ifndef GRGLPRETTYPRINTSL_H_ |
|
bsalomon
2014/08/01 13:37:06
copyright notice.
Also, our convention is GrGLPre
|
| +#define GRGLPRETTYPRINTSL_H_ |
| + |
| +#include "SkString.h" |
| + |
| +namespace GrGLPrettyPrintSL { |
| + SkString pretty_print_sl(const SkString& input, bool countlines); |
|
bsalomon
2014/08/01 13:37:06
PrettyPrint()? I think we usually use initial-cap-
|
| +}; |
| + |
| +#endif /* GRGLPRETTYPRINTSL_H_ */ |