commit | 6a0a4c415c2b6586600a9907c185985b8dd32567 | [log] [tgz] |
---|---|---|
author | Herb Derby <herb@google.com> | Fri Sep 30 16:43:14 2022 -0400 |
committer | SkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com> | Fri Sep 30 21:31:18 2022 +0000 |
tree | 946abf15f6f373bd54ee8a05e77337009ed113ff | |
parent | 5747d9888dd27f75bc466d21ef8fc934f1e55345 [diff] |
Rename StringArray::count -> size Convert to size to unblock removing SkTDArray::count. They are both used as an input to a templatize function, and need to have the size() be the same name. Change-Id: I8380de31057b8e92f6709dfabf55fd4dacc79005 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/585742 Commit-Queue: Herb Derby <herb@google.com> Reviewed-by: John Stiles <johnstiles@google.com>