commit | fc9941665be3d06d1c2b6a213de53998daf81b10 | [log] [tgz] |
---|---|---|
author | Ethan Nicholas <ethannicholas@google.com> | Thu Jun 06 10:04:27 2019 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Thu Jun 06 14:33:32 2019 +0000 |
tree | 5384f161b014a5357018bfc2ee1c8bafef83bdc0 | |
parent | 84ea04949cabc87a88d06c5c6f6aeb944a745911 [diff] [blame] |
Major rearchitecture of SkSL parsing, focused on improving performance. Bug: skia: Change-Id: I83e3a094d26085fc4d586e5d2581e0d61c55634e Reviewed-on: https://skia-review.googlesource.com/c/skia/+/145080 Commit-Queue: Ethan Nicholas <ethannicholas@google.com> Reviewed-by: Brian Osman <brianosman@google.com>
diff --git a/src/sksl/SkSLStringStream.h b/src/sksl/SkSLStringStream.h index 8de1d40..d34d08d 100644 --- a/src/sksl/SkSLStringStream.h +++ b/src/sksl/SkSLStringStream.h
@@ -9,6 +9,7 @@ #define SKSL_STRINGSTREAM #include "src/sksl/SkSLOutputStream.h" +#include "src/sksl/SkSLString.h" #ifdef SKSL_STANDALONE