commit | 01bdceb869d0fd34fce6064b09a916c4ccd7d0fb | [log] [tgz] |
---|---|---|
author | John Stiles <johnstiles@google.com> | Mon Oct 12 13:20:03 2020 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Mon Oct 12 18:31:27 2020 +0000 |
tree | 002af697045fa6cc13fda8656f73ba55a570fab0 | |
parent | 3a508e94efd38f120a01424da667377b3a043710 [diff] |
Rename SkTArray::allocCntForTest to capacity. A change made in the spirit of not being weird. C++ containers typically expose their capacities to non-test code, with a function "capacity." Change-Id: Icc7e175a20aff53ef9e144ac9620ced29ef5e95a Reviewed-on: https://skia-review.googlesource.com/c/skia/+/325657 Auto-Submit: John Stiles <johnstiles@google.com> Reviewed-by: Mike Klein <mtklein@google.com> Commit-Queue: John Stiles <johnstiles@google.com>