Index: include/gpu/gl/GrGLSLPrettyPrint.h |
diff --git a/include/gpu/gl/GrGLSLPrettyPrint.h b/include/gpu/gl/GrGLSLPrettyPrint.h |
index 52fb74557d9a6aa6feec807b55f7b4a3da7e1494..7273aaa3fc37ce76b5729b1e8295facd03ec0c0d 100644 |
--- a/include/gpu/gl/GrGLSLPrettyPrint.h |
+++ b/include/gpu/gl/GrGLSLPrettyPrint.h |
@@ -10,10 +10,7 @@ |
#include "SkString.h" |
namespace GrGLSLPrettyPrint { |
- SkString PrettyPrintGLSL(const char** strings, |
- int* lengths, |
- int count, |
- bool countlines); |
+ SkString PrettyPrintGLSL(const SkString& input, bool countlines); |
}; |
#endif /* GRGLPRETTYPRINTSL_H_ */ |