commit | 902d4d18dec27b6991516a235fc04a7af7290287 | [log] [tgz] |
---|---|---|
author | halcanary <halcanary@google.com> | Thu Oct 30 11:29:00 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Oct 30 11:29:00 2014 -0700 |
tree | 099dd34a45a317ed331449edc4dccb63e3c0a5f7 | |
parent | 650076027f958a67584c1a906181d4f5c75a6d2a [diff] |
Add SkDocument::getStream() method. Motivation: SkDocument_PDF can be refactored to stream all PDF objects as SkCanvas calls are made, to save memory! BUG=skia:3030 BUG=skia:2683 Review URL: https://codereview.chromium.org/691783002