diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-06-03 16:19:04 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-06-03 16:19:04 -0700 |
commit | 76510e4127dc938d121ac5026000f3b0d84a2d46 (patch) | |
tree | e25067f6ea97e75d27bfa37bdc4968be0fbc1b19 /core/include/fpdfdoc | |
parent | c0fe46b4c71023b7ec2a1f466b6609c073aae368 (diff) | |
download | pdfium-76510e4127dc938d121ac5026000f3b0d84a2d46.tar.xz |
Merge to XFA: Kill unused IPDF_ classes.
Original Review URL: https://codereview.chromium.org/1168503003
TBR=thestig@chromium.org
Review URL: https://codereview.chromium.org/1153033009
Diffstat (limited to 'core/include/fpdfdoc')
-rw-r--r-- | core/include/fpdfdoc/fpdf_tagged.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/include/fpdfdoc/fpdf_tagged.h b/core/include/fpdfdoc/fpdf_tagged.h index 2c40ac176d..4943ad0ce6 100644 --- a/core/include/fpdfdoc/fpdf_tagged.h +++ b/core/include/fpdfdoc/fpdf_tagged.h @@ -7,13 +7,13 @@ #ifndef CORE_INCLUDE_FPDFDOC_FPDF_TAGGED_H_ #define CORE_INCLUDE_FPDFDOC_FPDF_TAGGED_H_ -class CPDF_StructTree; -class CPDF_StructElement; -struct CPDF_StructKid; class CPDF_Document; class CPDF_Page; -class IPDF_ReflowEngine; +class CPDF_StructElement; +class CPDF_StructTree; class IPDF_ReflowedPage; +struct CPDF_StructKid; + class CPDF_StructTree { public: |