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

Side by Side Diff: core/include/reflow/fpdf_layout.h

Issue 1162013003: Merge to XFA: Fix ALL the include guards. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Re-upload. Created 5 years, 6 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 | « core/include/fxge/fx_ge_win32.h ('k') | core/include/reflow/reflowengine.h » ('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 2014 PDFium Authors. All rights reserved. 1 // Copyright 2014 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 _FPDFAPI_LAYOUT_H_ 7 #ifndef CORE_INCLUDE_REFLOW_FPDF_LAYOUT_H_
8 #define _FPDFAPI_LAYOUT_H_ 8 #define CORE_INCLUDE_REFLOW_FPDF_LAYOUT_H_
9
9 class IPDF_LayoutElement; 10 class IPDF_LayoutElement;
10 class IPDF_LayoutProcessor; 11 class IPDF_LayoutProcessor;
11 class IPDF_LayoutProvider; 12 class IPDF_LayoutProvider;
12 typedef enum { 13 typedef enum {
13 LayoutUnknown, 14 LayoutUnknown,
14 LayoutArifact, 15 LayoutArifact,
15 LayoutDocument, 16 LayoutDocument,
16 LayoutPart, 17 LayoutPart,
17 LayoutArt, 18 LayoutArt,
18 LayoutSect, 19 LayoutSect,
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 271
271 272
272 virtual LayoutStatus StartLoad(IFX_Pause* pPause = NULL) = 0; 273 virtual LayoutStatus StartLoad(IFX_Pause* pPause = NULL) = 0;
273 274
274 virtual LayoutStatus Continue() = 0; 275 virtual LayoutStatus Continue() = 0;
275 virtual int GetPosition() = 0; 276 virtual int GetPosition() = 0;
276 277
277 278
278 virtual IPDF_LayoutElement* GetRoot() = 0; 279 virtual IPDF_LayoutElement* GetRoot() = 0;
279 }; 280 };
280 #endif 281 #endif // CORE_INCLUDE_REFLOW_FPDF_LAYOUT_H_
OLDNEW
« no previous file with comments | « core/include/fxge/fx_ge_win32.h ('k') | core/include/reflow/reflowengine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698