Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(472)

Side by Side Diff: fpdfsdk/cpdfsdk_document.h

Issue 2392603004: Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser (Closed)
Patch Set: Rebase to master Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « fpdfsdk/cpdfsdk_baannothandler.cpp ('k') | fpdfsdk/cpdfsdk_document.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 PDFium Authors. All rights reserved. 1 // Copyright 2016 PDFium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com 5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
6 6
7 #ifndef FPDFSDK_CPDFSDK_DOCUMENT_H_ 7 #ifndef FPDFSDK_CPDFSDK_DOCUMENT_H_
8 #define FPDFSDK_CPDFSDK_DOCUMENT_H_ 8 #define FPDFSDK_CPDFSDK_DOCUMENT_H_
9 9
10 #include <map> 10 #include <map>
11 #include <memory> 11 #include <memory>
12 12
13 #include "core/fpdfapi/fpdf_parser/cpdf_document.h" 13 #include "core/fpdfapi/parser/cpdf_document.h"
14 #include "core/fxcrt/cfx_observable.h" 14 #include "core/fxcrt/cfx_observable.h"
15 #include "fpdfsdk/cpdfsdk_annot.h" 15 #include "fpdfsdk/cpdfsdk_annot.h"
16 #include "fpdfsdk/fsdk_define.h" 16 #include "fpdfsdk/fsdk_define.h"
17 #include "public/fpdf_formfill.h" 17 #include "public/fpdf_formfill.h"
18 18
19 class CPDF_OCContext; 19 class CPDF_OCContext;
20 class CPDFSDK_Environment; 20 class CPDFSDK_Environment;
21 class CPDFSDK_InterForm; 21 class CPDFSDK_InterForm;
22 class CPDFSDK_PageView; 22 class CPDFSDK_PageView;
23 class IJS_Runtime; 23 class IJS_Runtime;
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 UnderlyingDocumentType* m_pDoc; 99 UnderlyingDocumentType* m_pDoc;
100 std::unique_ptr<CPDFSDK_InterForm> m_pInterForm; 100 std::unique_ptr<CPDFSDK_InterForm> m_pInterForm;
101 CPDFSDK_Annot::ObservedPtr m_pFocusAnnot; 101 CPDFSDK_Annot::ObservedPtr m_pFocusAnnot;
102 CPDFSDK_Environment* m_pEnv; 102 CPDFSDK_Environment* m_pEnv;
103 std::unique_ptr<CPDF_OCContext> m_pOccontent; 103 std::unique_ptr<CPDF_OCContext> m_pOccontent;
104 FX_BOOL m_bChangeMask; 104 FX_BOOL m_bChangeMask;
105 FX_BOOL m_bBeingDestroyed; 105 FX_BOOL m_bBeingDestroyed;
106 }; 106 };
107 107
108 #endif // FPDFSDK_CPDFSDK_DOCUMENT_H_ 108 #endif // FPDFSDK_CPDFSDK_DOCUMENT_H_
OLDNEW
« no previous file with comments | « fpdfsdk/cpdfsdk_baannothandler.cpp ('k') | fpdfsdk/cpdfsdk_document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698