OLD | NEW |
---|---|
(Empty) | |
1 #ifndef GRGLPRETTYPRINTSL_H_ | |
bsalomon
2014/08/01 13:37:06
copyright notice.
Also, our convention is GrGLPre
| |
2 #define GRGLPRETTYPRINTSL_H_ | |
3 | |
4 #include "SkString.h" | |
5 | |
6 namespace GrGLPrettyPrintSL { | |
7 SkString pretty_print_sl(const SkString& input, bool countlines); | |
bsalomon
2014/08/01 13:37:06
PrettyPrint()? I think we usually use initial-cap-
| |
8 }; | |
9 | |
10 #endif /* GRGLPRETTYPRINTSL_H_ */ | |
OLD | NEW |