| Index: core/include/fpdfdoc/fpdf_tagged.h
|
| diff --git a/core/include/fpdfdoc/fpdf_tagged.h b/core/include/fpdfdoc/fpdf_tagged.h
|
| index 2c40ac176dc96fd9ec50a1365abdb9e1f10d9df2..4943ad0ce6dc093005a985fc1e7b844c9af38bdd 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:
|
|
|