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

Unified 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, 5 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
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_ */

Powered by Google App Engine
This is Rietveld 408576698