commit | daed2592bbe93c6a925305f081ebe28bea67473e | [log] [tgz] |
---|---|---|
author | Ethan Nicholas <ethannicholas@google.com> | Thu Mar 04 14:30:25 2021 -0500 |
committer | Ethan Nicholas <ethannicholas@google.com> | Thu Mar 04 21:03:58 2021 +0000 |
tree | b2115dff2d81248f3c41185c730071a9a3df0729 | |
parent | ff83dda8cd202327494fbb2e0d045d4225f1224c [diff] [blame] |
Made SkSL DSL into public API In addition to the unsurprising changes to eliminate references to src/, we also had to tighten up some C++17-isms as they are not permitted in public headers. Change-Id: Ie5005a33d7a135e69fb66beca5e7a5f960dbd453 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/378496 Reviewed-by: Brian Osman <brianosman@google.com>
diff --git a/src/sksl/SkSLASTNode.cpp b/src/sksl/SkSLASTNode.cpp index e25bdf0..55a2cee 100644 --- a/src/sksl/SkSLASTNode.cpp +++ b/src/sksl/SkSLASTNode.cpp
@@ -5,9 +5,9 @@ * found in the LICENSE file. */ +#include "include/private/SkSLString.h" #include "src/sksl/SkSLASTNode.h" #include "src/sksl/SkSLOperators.h" -#include "src/sksl/SkSLString.h" namespace SkSL {