commit | 58d47fa1ec2c2e7dd77ad48194801375275a401c | [log] [tgz] |
---|---|---|
author | Ethan Nicholas <ethannicholas@google.com> | Fri Sep 24 09:25:02 2021 -0400 |
committer | SkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com> | Fri Sep 24 14:23:15 2021 +0000 |
tree | eb95511e12498e9b02f15d4e2b6dd90a4d1e3007 | |
parent | 47f76853c6266d02bfc914fe4e8160b60a1f903a [diff] |
Renamed SkSL "offset" to "line" https://skia-review.googlesource.com/c/skia/+/451419 changed the meaning of "offset" throughout SkSL, so that it was actually tracking line numbers rather than offsets (and thus had a misleading name). This completes the transition by renaming all of the now-misnamed "offset" fields, parameters, and variables to "line'. Bug: skia:12459 Change-Id: I394e6441f6ddfaad6d4098352ba9b1bfeaf273be Reviewed-on: https://skia-review.googlesource.com/c/skia/+/450644 Commit-Queue: Ethan Nicholas <ethannicholas@google.com> Reviewed-by: John Stiles <johnstiles@google.com>