From 0df1b04db87c3d86ee0b0bd6aa2cb5b6be32cac2 Mon Sep 17 00:00:00 2001 From: Ethan Nicholas Date: Fri, 31 Mar 2017 13:56:23 -0400 Subject: skslc can now be compiled with no Skia dependencies, in preparation for its eventual This reverts commit 9bd301d640ff63c280b202c7dd00bc00a3315ff4. Bug: skia: Change-Id: I5ad3f77ef33aa5ce2fd27fe383c9339c571663a1 Reviewed-on: https://skia-review.googlesource.com/10964 Reviewed-by: Ethan Nicholas Commit-Queue: Ethan Nicholas --- fuzz/fuzz.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fuzz/fuzz.cpp') diff --git a/fuzz/fuzz.cpp b/fuzz/fuzz.cpp index d156680718..8374f9518b 100644 --- a/fuzz/fuzz.cpp +++ b/fuzz/fuzz.cpp @@ -558,7 +558,7 @@ static void fuzz_filter_fuzz(sk_sp bytes) { #if SK_SUPPORT_GPU static void fuzz_sksl2glsl(sk_sp bytes) { SkSL::Compiler compiler; - SkString output; + SkSL::String output; SkSL::Program::Settings settings; sk_sp caps = SkSL::ShaderCapsFactory::Default(); settings.fCaps = caps.get(); -- cgit v1.2.3