| Index: core/fpdfdoc/cpvt_generateap.h
|
| diff --git a/core/fpdfdoc/cpvt_generateap.h b/core/fpdfdoc/cpvt_generateap.h
|
| index 062acf684b8338cb3b4b9e0ec56fe3292bde8395..3fbc4cc5918732faf3051cf168aac34649e5d9c0 100644
|
| --- a/core/fpdfdoc/cpvt_generateap.h
|
| +++ b/core/fpdfdoc/cpvt_generateap.h
|
| @@ -34,6 +34,7 @@ class CPVT_GenerateAP {
|
| static bool GenerateInkAP(CPDF_Document* pDoc, CPDF_Dictionary* pAnnotDict);
|
| static bool GenerateListBoxAP(CPDF_Document* pDoc,
|
| CPDF_Dictionary* pAnnotDict);
|
| + static bool GeneratePopupAP(CPDF_Document* pDoc, CPDF_Dictionary* pAnnotDict);
|
| static bool GenerateSquareAP(CPDF_Document* pDoc,
|
| CPDF_Dictionary* pAnnotDict);
|
| static bool GenerateSquigglyAP(CPDF_Document* pDoc,
|
|
|