aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/opts
diff options
context:
space:
mode:
authorGravatar bungeman <bungeman@google.com>2015-08-31 14:36:48 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-08-31 14:36:48 -0700
commitb2885d59bccb1c5045e52135c5dd7a85a57694fa (patch)
treebace36ee35c1329238e7ea715c045ac8d0a595c3 /src/opts
parent46b42f5304e883f6337b4fd435b3dcd63ade3612 (diff)
Document SkString::resize(int) as destructive.
It is easy to think in some cases that SkString::resize(int) is not destructive, since optimizations mean that most of the time the data is still there after a resize. However, in the general case, the original string's data is lost and the new SkString contains garbage. Review URL: https://codereview.chromium.org/1304833004
Diffstat (limited to 'src/opts')
0 files changed, 0 insertions, 0 deletions