aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sksl/SkSLLexer.h
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2018-06-28 18:04:02 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-06-29 19:00:58 +0000
commit38f118a2e7f986b06d69d0af41ec2d1af53dac39 (patch)
tree48a8b9c8b118b5f99d26a94edac8622df39fff75 /src/sksl/SkSLLexer.h
parent7197e05eae34dce1c65c56a92b75b29b645d0d5d (diff)
update and skip accepts check in lexers
We think we're getting away with this because our tokens never go from legal to illegal to legal again, right? Change-Id: Iaaef797f7c4b487ba7b1d0e018846bd13086b34c Reviewed-on: https://skia-review.googlesource.com/138275 Auto-Submit: Mike Klein <mtklein@chromium.org> Commit-Queue: Ethan Nicholas <ethannicholas@google.com> Reviewed-by: Ethan Nicholas <ethannicholas@google.com>
Diffstat (limited to 'src/sksl/SkSLLexer.h')
-rw-r--r--src/sksl/SkSLLexer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sksl/SkSLLexer.h b/src/sksl/SkSLLexer.h
index 18f70a171c..2700287034 100644
--- a/src/sksl/SkSLLexer.h
+++ b/src/sksl/SkSLLexer.h
@@ -238,5 +238,5 @@ private:
int fOffset;
};
-} // namespace
+} // namespace SkSL
#endif