summaryrefslogtreecommitdiff
path: root/fpdfsdk/pdfwindow
diff options
context:
space:
mode:
authortonikitoo <tonikitoo@igalia.com>2016-08-24 10:37:00 -0700
committerCommit bot <commit-bot@chromium.org>2016-08-24 10:37:00 -0700
commitade4b495433751ac853f2d677b9e1da94d0d6bf7 (patch)
treebd686d5545859527685695acafb4aad232cdaa1c /fpdfsdk/pdfwindow
parenta61c01ea4527dd98699005099e9335a4a842b545 (diff)
downloadpdfium-ade4b495433751ac853f2d677b9e1da94d0d6bf7.tar.xz
Lazy generate an "AP" when an Annot's hidden state changes
Now that Document::getAnnot works and annotation instances can have its properties changed, consider the following scenario: - A PDF content has an annotation without AP and CPVT_GenerateAP is called to generate one. - However the annotation also has its hidden flag set (/F 2), and CPVT_GenerateAP bails out earlier, not generating an AP. - When the PDF's Javascript runs, it acquires an instance of this annotation object, bounded to JS using Document::getAnnot(), and set its "hidden" flag to false. - At this point, the annotation should get drawn, but it does not because its "AP" was never generated. CL fixes this scenario by making PDFium able to lazy generate APs, if needed. BUG=pdfium:492 Review-Url: https://codereview.chromium.org/2265313002
Diffstat (limited to 'fpdfsdk/pdfwindow')
0 files changed, 0 insertions, 0 deletions