SkStringPrintf and SkString::printf now are no longer limted by a static buffer
authorhalcanary <halcanary@google.com>
Fri, 22 Apr 2016 15:03:03 +0000 (08:03 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 22 Apr 2016 15:03:03 +0000 (08:03 -0700)
commit606cadd5aac62299ef2e277709b3684cae2bf96c
tree40c5d32fc577c2eec86e6215134b17ea29e12cba
parentada338ab4edbe0ac644663aca6da205122fa5dac
SkStringPrintf and SkString::printf now are no longer limted by a static buffer

GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1403803002

Review URL: https://codereview.chromium.org/1403803002
src/core/SkString.cpp
src/pdf/SkPDFMetadata.cpp
tests/StringTest.cpp