diff options
author | jaepark <jaepark@google.com> | 2016-08-02 17:32:23 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-08-02 17:32:23 -0700 |
commit | 0d8c2d120efe62d79d083f25b43aa814d0f24646 (patch) | |
tree | ff010c1ca336ef612b76a226093b769aa0a71786 /core/fpdfdoc/cpvt_generateap.h | |
parent | 33e9b26ba3c191262d0abb945fda1efb3cdb3051 (diff) | |
download | pdfium-0d8c2d120efe62d79d083f25b43aa814d0f24646.tar.xz |
Generate default AP stream for strike out annotation.
This patch generates a default AP stream for strike out annotation so that
strike out annotations without AP stream can be displayed.
Also, roll DEPS for testing/corpus to ddc1938 to test strike out annotations.
BUG=62625
Review-Url: https://codereview.chromium.org/2206083002
Diffstat (limited to 'core/fpdfdoc/cpvt_generateap.h')
-rw-r--r-- | core/fpdfdoc/cpvt_generateap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/fpdfdoc/cpvt_generateap.h b/core/fpdfdoc/cpvt_generateap.h index 233a6f39fe..ad4b7f0d3f 100644 --- a/core/fpdfdoc/cpvt_generateap.h +++ b/core/fpdfdoc/cpvt_generateap.h @@ -31,6 +31,8 @@ class CPVT_GenerateAP { CPDF_Dictionary* pAnnotDict); static bool GenerateListBoxAP(CPDF_Document* pDoc, CPDF_Dictionary* pAnnotDict); + static bool GenerateStrikeOutAP(CPDF_Document* pDoc, + CPDF_Dictionary* pAnnotDict); static bool GenerateTextFieldAP(CPDF_Document* pDoc, CPDF_Dictionary* pAnnotDict); static bool GenerateUnderlineAP(CPDF_Document* pDoc, |