commit | 9d55297f1fd1ed0f74277fd95b4c59608220aa77 | [log] [tgz] |
---|---|---|
author | bungeman <bungeman@google.com> | Sun Feb 07 18:42:54 2016 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Sun Feb 07 18:42:54 2016 -0800 |
tree | 9c73024de69e737bb268984dfcbd02b20f06084f | |
parent | ccce0e02576100e1baaab6b18d91acaff624753e [diff] |
Make SkString movable. This adds a move constructor and move assignment to SkString. This allows elision of atomic increments and decrements on the fRec. TBR=reed Already agreed that moving is good. Review URL: https://codereview.chromium.org/1672123002