commit | 3c69348e725131150e4ab962dec1b3ff1148a6bd | [log] [tgz] |
---|---|---|
author | bungeman <bungeman@google.com> | Mon Feb 08 09:02:34 2016 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Mon Feb 08 09:02:34 2016 -0800 |
tree | 08b139a38c3ea1a76917d32f2381cf16223764a6 | |
parent | 9f2dc27642e7e556f54f632bf6eff195d8cf52e1 [diff] |
SkTArray to move when moving. This updates SkTArray to move elements when possible, instead of always copying them. TBR=reed Agreed moving is good. This should also become private. Review URL: https://codereview.chromium.org/1672063002