Chromium Code Reviews| Index: core/fpdfdoc/include/cpdf_annot.h |
| diff --git a/core/fpdfdoc/include/cpdf_annot.h b/core/fpdfdoc/include/cpdf_annot.h |
| index 99efd9888672d3b5753ad53fd9e568ba73f89853..c4d3464a137c40ecc47b85e123e60135ea24ce07 100644 |
| --- a/core/fpdfdoc/include/cpdf_annot.h |
| +++ b/core/fpdfdoc/include/cpdf_annot.h |
| @@ -37,6 +37,8 @@ class CPDF_Annot { |
| public: |
| enum AppearanceMode { Normal, Rollover, Down }; |
| + static FX_BOOL IsAnnotationHidden(CPDF_Dictionary* pAnnotDict); |
|
Lei Zhang
2016/08/15 18:39:39
bool
tonikitoo
2016/08/15 18:59:31
Done.
|
| + |
| CPDF_Annot(CPDF_Dictionary* pDict, CPDF_Document* pDocument); |
| ~CPDF_Annot(); |