Chromium Code Reviews| Index: src/sksl/SkSLToken.h |
| diff --git a/src/sksl/SkSLToken.h b/src/sksl/SkSLToken.h |
| index b8a364c2691db6a368d78d32232bc8bd22469669..76a1df7f665fd7ae3edae20f908991b3c33a3564 100644 |
| --- a/src/sksl/SkSLToken.h |
| +++ b/src/sksl/SkSLToken.h |
| @@ -157,6 +157,8 @@ struct Token { |
| Position fPosition; |
| Kind fKind; |
| + // will be the empty string unless the token has variable text content (identifiers, numeric |
| + // literals, and directives) |
| std::string fText; |
| }; |