summaryrefslogtreecommitdiff
path: root/xfa/fxfa/cxfa_textlayout.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-10-18 17:37:42 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-18 17:37:42 +0000
commit2486456feae06bd0dd2254f1569cf2cfb8d04104 (patch)
tree7235e10f956c1e4bc54e733c9730108a8d05c5c9 /xfa/fxfa/cxfa_textlayout.h
parent631a9e726578659ade3c37c4c274a1c5a1ee9a7b (diff)
downloadpdfium-2486456feae06bd0dd2254f1569cf2cfb8d04104.tar.xz
Convert CXFA_LoaderContext to a struct.
It only has members and they are all public. Initialize them in the header, remove an unused one, and remove the "m_" prefix. Change-Id: Ia4a0b673794f82afddfc6c1bd3a73700cb968259 Reviewed-on: https://pdfium-review.googlesource.com/c/44255 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'xfa/fxfa/cxfa_textlayout.h')
-rw-r--r--xfa/fxfa/cxfa_textlayout.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xfa/fxfa/cxfa_textlayout.h b/xfa/fxfa/cxfa_textlayout.h
index 09740b3e6b..97e1d652d5 100644
--- a/xfa/fxfa/cxfa_textlayout.h
+++ b/xfa/fxfa/cxfa_textlayout.h
@@ -18,17 +18,17 @@
class CFDE_RenderDevice;
class CFX_CSSComputedStyle;
-class CFX_RenderDevice;
class CFX_RTFBreak;
+class CFX_RenderDevice;
class CFX_XMLNode;
class CXFA_LinkUserData;
-class CXFA_LoaderContext;
class CXFA_Node;
class CXFA_PieceLine;
class CXFA_TextPiece;
class CXFA_TextProvider;
class CXFA_TextTabstopsContext;
class FXTEXT_CHARPOS;
+struct CXFA_LoaderContext;
struct FX_RTFTEXTOBJ;
class CXFA_TextLayout {