commit | 26b5d15dab81883fac05a2d3685ca6e3a3459678 | [log] [tgz] |
---|---|---|
author | halcanary <halcanary@google.com> | Wed Mar 25 08:38:03 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Mar 25 08:38:03 2015 -0700 |
tree | 8a55365ba9445dd9c457273e5868c237901e112a | |
parent | 7a0118465a2dd1783d7b19b026bedd7e13afadf2 [diff] |
SkPDF: add canon assert before adding code that might break it Motivation: We can write subsets (by page) of pdf documents (but this in't yet exposed in the public API), but it is a bad idea to mix pages from multiple documents (de-duping will break). This assert verifies that we don't do this by accident in the future. BUG=skia:3585 Review URL: https://codereview.chromium.org/1037573005