commit | 956f33a9b5a738232dd7e231634e71d6840ec617 | [log] [tgz] |
---|---|---|
author | Brian Osman <brianosman@google.com> | Thu May 18 09:25:05 2023 -0400 |
committer | SkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com> | Thu May 18 14:24:04 2023 +0000 |
tree | 3758d795caa3c724abb711f12d8e03598e26130c | |
parent | 1b8ff701e6f90d4ac78e5f16523b938731803b61 [diff] |
Fix SkString's move constructor validate() returned a const reference, which meant that the sk_sp field initialization was actually calling the copy constructor. Change-Id: I7f454599a56b51189bc30b2656fd59866ad37203 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/700216 Commit-Queue: Brian Osman <brianosman@google.com> Reviewed-by: John Stiles <johnstiles@google.com>