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

Side by Side Diff: src/gpu/gl/GrGLPrettyPrintSL.h

Issue 437593004: Pretty print of shaders (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: cleaned up comment Created 6 years, 4 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 unified diff | Download patch
OLDNEW
(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_ */
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698