commit | e659214bc6cfba7677e6c929119ec2c3917527a2 | [log] [tgz] |
---|---|---|
author | Ethan Nicholas <ethannicholas@google.com> | Tue Sep 08 10:22:09 2020 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Tue Sep 08 15:00:10 2020 +0000 |
tree | b2a90182fd9c5adb7dfad545b6b36aed30eb5eb4 | |
parent | a9b45b6a7cfa9df6a3931343cf8813565ac66abd [diff] |
Revamped handling of SkSL node kinds Moved the actual field into the base class, changed all of the enums into non-overlapping enum classes, and finally renamed Type::Kind to fix the ambiguity there. Change-Id: I4e6c24d2dbbc7b1d12b7b7bf12e77c651eea7ed9 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/315318 Commit-Queue: Ethan Nicholas <ethannicholas@google.com> Reviewed-by: John Stiles <johnstiles@google.com> Reviewed-by: Brian Osman <brianosman@google.com>