commit | bac819cdc94a0a9fc4b3954f2ea5eec4150be103 | [log] [tgz] |
---|---|---|
author | John Stiles <johnstiles@google.com> | Mon May 08 14:51:14 2023 -0400 |
committer | John Stiles <johnstiles@google.com> | Mon May 08 19:29:28 2023 +0000 |
tree | 4b9dcbfeb910aa702ecb923bc244757ba1b89263 | |
parent | 082284fe5351f9b5e8de3403631d62c06614f44b [diff] |
Eliminate DSLBlock class. Blocks are now represented by DSLStatements. DSLBlocks were helpful for hand-written DSL, but while parsing, they don't really add value. This saves a small amount of code size (~0.6K). Change-Id: Ia81f4454190f636f5832ccd207f2c0ea5fb3b6fc Reviewed-on: https://skia-review.googlesource.com/c/skia/+/694618 Reviewed-by: James Godfrey-Kittle <jamesgk@google.com> Commit-Queue: John Stiles <johnstiles@google.com>