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..3f5f90410ca190b49618a56312fc9f723760a5c7 100644 |
| --- a/core/fpdfdoc/include/cpdf_annot.h |
| +++ b/core/fpdfdoc/include/cpdf_annot.h |
| @@ -60,6 +60,8 @@ class CPDF_Annot { |
| const CPDF_RenderOptions* pOptions); |
| CPDF_Form* GetAPForm(const CPDF_Page* pPage, AppearanceMode mode); |
| + static FX_BOOL IsAnnotationHidden(CPDF_Dictionary* pAnnotDict); |
|
dsinclair
2016/08/15 13:39:00
Move static definition up below the enum on line 3
tonikitoo
2016/08/15 13:51:02
Done.
|
| + |
| private: |
| CPDF_Dictionary* const m_pAnnotDict; |
| CPDF_Document* const m_pDocument; |