Rename SkSL::Type::Field and SkSL::Field.
`SkSL::Field` --> `SkSL::FieldSymbol`
`SkSL::Type::Field` --> `SkSL::Field`
`FieldSymbol` is rarely used; it's just a mechanism for putting field
names in the top-level symbol table for anonymous interface blocks
(so `foo` can be associated with anonymous IB `MyInterfaceBlock.foo`).
`Type::Field` is a heavy hitter, and has a matching `DSLField` type
which is removed in the followup CL (http://review.skia.org/696597).
Change-Id: I26b3c32c2ad5ccdb4e2146ceb2f0354cb5a5fe05
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/696636
Auto-Submit: John Stiles <johnstiles@google.com>
Commit-Queue: John Stiles <johnstiles@google.com>
Reviewed-by: Arman Uguray <armansito@google.com>
23 files changed