commit | 8c92dc1dc281649f9e6b0ff534c25bc89dded3ea | [log] [tgz] |
---|---|---|
author | halcanary <halcanary@google.com> | Thu Feb 19 18:50:05 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Thu Feb 19 18:50:05 2015 -0800 |
tree | ed0cd2a6ea481cfe8c1359490bdd2f5dac3e47bd | |
parent | 8e65712486c66108677a9b0a55ad3e7ca94db555 [diff] |
Remove unused parameters to SkDocument::CreatePDF All image compression currently uses (losseless) Deflate, not Jpeg. All clients simply use SkDocument::CreatePDF(stream). SampleApp and SkLua still use SkDocument::CreatePDF(path). Review URL: https://codereview.chromium.org/935843007