diff options
Diffstat (limited to 'core/fpdfapi/page/cpdf_contentparser.h')
-rw-r--r-- | core/fpdfapi/page/cpdf_contentparser.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/fpdfapi/page/cpdf_contentparser.h b/core/fpdfapi/page/cpdf_contentparser.h index b66783775b..d530a1407e 100644 --- a/core/fpdfapi/page/cpdf_contentparser.h +++ b/core/fpdfapi/page/cpdf_contentparser.h @@ -46,6 +46,10 @@ class CPDF_ContentParser { STAGE_CHECKCLIP, }; + void StageGetContent(); + void StageParse(); + void StageCheckClip(); + bool m_bIsDone = false; InternalStage m_InternalStage; UnownedPtr<CPDF_PageObjectHolder> const m_pObjectHolder; |