aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-02-13 16:23:48 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-02-13 16:23:49 -0800
commit1c3c2d83364ee228e0751df0e1b9c161c0ba8c1e (patch)
treef5913f990f042a0b97992f3c33567bf959902084 /include/gpu
parent3a6672ae0c95f24f873dca21424e060df9f9c3e5 (diff)
Multi-string shaders
Diffstat (limited to 'include/gpu')
-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_ */