commit | 6adf849f4eedd19591ce35129a846209e7e6393b | [log] [tgz] |
---|---|---|
author | halcanary <halcanary@google.com> | Wed Mar 25 05:06:30 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Mar 25 05:06:30 2015 -0700 |
tree | a2f3ad6fe59b01422c8fd57d1bf08e782454aa74 | |
parent | c7c91806e35da06b13394262d83c169a83f76b1d [diff] |
SkPDF refactor skpdfdocument Most fields removed, made local to emitPDF function (since we never emit twice). Variables made into stack variables or auto-unrefed. we hold devices, not pages. addResourcesToCatalog inlined unused setPage function removed. deprecated getCountOfFontTypes function removed private functions removed BUG=skia:3585 Review URL: https://codereview.chromium.org/1034583002