SkPDF: SkPDFString is no longer aware of wide strings.
authorhalcanary <halcanary@google.com>
Tue, 7 Apr 2015 17:40:03 +0000 (10:40 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 7 Apr 2015 17:40:03 +0000 (10:40 -0700)
commitbb264b775004be3df72f0bb5ee613761a328a6c3
treecbd19d5f55df51c934e3fd6b867e414a52161fec
parent3cf9863bb658d637416c4edbf278b0311dba7478
SkPDF: SkPDFString is no longer aware of wide strings.

Since wide strings are only used in SkPDFDevice, I have moved the
function that manages them to that directory.

Motivation: The SkPDFString will be refactored later along with the
other SkPFObject heirarchy.

BUG=skia:3585

Review URL: https://codereview.chromium.org/1064013003
src/pdf/SkPDFDevice.cpp
src/pdf/SkPDFTypes.cpp
src/pdf/SkPDFTypes.h