aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/gl
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@google.com>2015-02-13 16:31:46 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-02-13 16:31:46 -0800
commitb8a82f2bce265a09173a90dfbe4ce78e52347ba4 (patch)
tree28f876f85a48e88582ee50dfa7c698d89cd05838 /include/gpu/gl
parent1c3c2d83364ee228e0751df0e1b9c161c0ba8c1e (diff)
Revert of Multi-string shaders (patchset #4 id:60001 of https://codereview.chromium.org/929503002/)
Reason for revert: windows warnings Original issue's description: > Multi-string shaders > > BUG=skia: > > Committed: https://skia.googlesource.com/skia/+/1c3c2d83364ee228e0751df0e1b9c161c0ba8c1e TBR=bsalomon@google.com,joshualitt@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=skia: Review URL: https://codereview.chromium.org/924973002
Diffstat (limited to 'include/gpu/gl')
-rw-r--r--include/gpu/gl/GrGLSLPrettyPrint.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/gpu/gl/GrGLSLPrettyPrint.h b/include/gpu/gl/GrGLSLPrettyPrint.h
index 52fb74557d..7273aaa3fc 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_ */