commit | db813f4043fe0fff93e8bd747208fc2eb83efc0c | [log] [tgz] |
---|---|---|
author | Herb Derby <herb@google.com> | Mon Jul 31 15:36:24 2023 -0400 |
committer | SkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com> | Mon Jul 31 20:25:38 2023 +0000 |
tree | 3227b8758d16b8741b273db0a93632f5e4977e8d | |
parent | 06174bc8f4d556db5296fa2cf1b6af4ada009e3b [diff] |
Use unique_ptr in THashTable The hash does not use much of the functionality of AutoTArray. Switch it to using std::unique_ptr. Bug: b/40044745 Change-Id: Ib97c2df790a9f50aac471c73fa849d0ac522f9c3 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/732858 Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: Herb Derby <herb@google.com> Reviewed-by: John Stiles <johnstiles@google.com>