| Index: core/fpdfdoc/cpvt_generateap.h
|
| diff --git a/core/fpdfdoc/cpvt_generateap.h b/core/fpdfdoc/cpvt_generateap.h
|
| index e0dd7064395b743809f9c44f06b0a974bfa40bb1..a81bea276a2cd60d607631e3630447ff2f70098e 100644
|
| --- a/core/fpdfdoc/cpvt_generateap.h
|
| +++ b/core/fpdfdoc/cpvt_generateap.h
|
| @@ -25,6 +25,8 @@ bool FPDF_GenerateAP(CPDF_Document* pDoc, CPDF_Dictionary* pAnnotDict);
|
|
|
| class CPVT_GenerateAP {
|
| public:
|
| + static bool GenerateCircleAP(CPDF_Document* pDoc,
|
| + CPDF_Dictionary* pAnnotDict);
|
| static bool GenerateComboBoxAP(CPDF_Document* pDoc,
|
| CPDF_Dictionary* pAnnotDict);
|
| static bool GenerateHighlightAP(CPDF_Document* pDoc,
|
|
|