diff options
author | Lei Zhang <thestig@chromium.org> | 2018-01-17 20:44:26 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-01-17 20:44:26 +0000 |
commit | d859d5745b0a5da010ada6ee512841e1f4394ec6 (patch) | |
tree | e7d63ba805757d7a6c90d65d0326df08ac3305a6 /xfa/fxfa/parser/cxfa_node.h | |
parent | 2914b6f1303445025764ec2d9f01a3be2df5cec0 (diff) | |
download | pdfium-d859d5745b0a5da010ada6ee512841e1f4394ec6.tar.xz |
Do more forward declarations in cxfa_node.h.
Including cjx_node.h pulls in v8 headers for many XFA files.
Change-Id: I80a32d0a56b8de5787db5275db48c568da6d0144
Reviewed-on: https://pdfium-review.googlesource.com/22890
Commit-Queue: Lei Zhang <thestig@chromium.org>
Reviewed-by: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'xfa/fxfa/parser/cxfa_node.h')
-rw-r--r-- | xfa/fxfa/parser/cxfa_node.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/xfa/fxfa/parser/cxfa_node.h b/xfa/fxfa/parser/cxfa_node.h index dec324300d..c08a9affdd 100644 --- a/xfa/fxfa/parser/cxfa_node.h +++ b/xfa/fxfa/parser/cxfa_node.h @@ -13,10 +13,8 @@ #include <vector> #include "core/fxcrt/fx_string.h" -#include "core/fxcrt/ifx_locale.h" #include "core/fxge/fx_dib.h" #include "fxbarcode/BC_Library.h" -#include "fxjs/xfa/cjx_node.h" #include "third_party/base/optional.h" #include "xfa/fxfa/parser/cxfa_object.h" @@ -36,7 +34,7 @@ class CXFA_Script; class CXFA_Validate; class CXFA_Value; class CXFA_WidgetAcc; -class IXFA_Locale; +class IFX_Locale; #define XFA_NODEFILTER_Children 0x01 #define XFA_NODEFILTER_Properties 0x02 |