aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-02-13 17:18:27 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-02-13 17:18:27 -0800
commit43466a1ade066f96823dbc7963767da3973afd91 (patch)
treef019f41b7d91d888a3eb28aae34a6233973455d9 /include
parentb8a82f2bce265a09173a90dfbe4ce78e52347ba4 (diff)
Multi-string shaders
Diffstat (limited to 'include')
-rw-r--r--include/gpu/gl/GrGLSLPrettyPrint.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/gpu/gl/GrGLSLPrettyPrint.h b/include/gpu/gl/GrGLSLPrettyPrint.h
index 7273aaa3fc..52fb74557d 100644
--- a/include/gpu/gl/GrGLSLPrettyPrint.h
+++ b/include/gpu/gl/GrGLSLPrettyPrint.h
@@ -10,7 +10,10 @@
#include "SkString.h"
namespace GrGLSLPrettyPrint {
- SkString PrettyPrintGLSL(const SkString& input, bool countlines);
+ SkString PrettyPrintGLSL(const char** strings,
+ int* lengths,
+ int count,
+ bool countlines);
};
#endif /* GRGLPRETTYPRINTSL_H_ */