From 96a07863120273c8b89cba0e7d53ef29ae56d580 Mon Sep 17 00:00:00 2001 From: jaepark Date: Wed, 3 Aug 2016 14:17:02 -0700 Subject: Generate default AP stream for squiggly annotation. This patch generates a default AP stream for squiggly annotation so that squiggly annotations without AP stream can be displayed. Also, roll DEPS for testing/corpus to a89e4fb to test squiggly annotations. BUG=62625 Review-Url: https://codereview.chromium.org/2206773004 --- core/fpdfdoc/cpvt_generateap.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/fpdfdoc/cpvt_generateap.h') diff --git a/core/fpdfdoc/cpvt_generateap.h b/core/fpdfdoc/cpvt_generateap.h index ad4b7f0d3f..3e4bbfe5ce 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 GenerateSquigglyAP(CPDF_Document* pDoc, + CPDF_Dictionary* pAnnotDict); static bool GenerateStrikeOutAP(CPDF_Document* pDoc, CPDF_Dictionary* pAnnotDict); static bool GenerateTextFieldAP(CPDF_Document* pDoc, -- cgit v1.2.3