summaryrefslogtreecommitdiff
path: root/xfa/fxfa/cxfa_ffdoc.cpp
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-01-17 20:44:26 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-01-17 20:44:26 +0000
commitd859d5745b0a5da010ada6ee512841e1f4394ec6 (patch)
treee7d63ba805757d7a6c90d65d0326df08ac3305a6 /xfa/fxfa/cxfa_ffdoc.cpp
parent2914b6f1303445025764ec2d9f01a3be2df5cec0 (diff)
downloadpdfium-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/cxfa_ffdoc.cpp')
-rw-r--r--xfa/fxfa/cxfa_ffdoc.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/xfa/fxfa/cxfa_ffdoc.cpp b/xfa/fxfa/cxfa_ffdoc.cpp
index 4652c4f315..4dfa78edb1 100644
--- a/xfa/fxfa/cxfa_ffdoc.cpp
+++ b/xfa/fxfa/cxfa_ffdoc.cpp
@@ -21,6 +21,7 @@
#include "core/fxcrt/fx_memory.h"
#include "core/fxcrt/xml/cfx_xmlelement.h"
#include "core/fxcrt/xml/cfx_xmlnode.h"
+#include "fxjs/xfa/cjx_object.h"
#include "third_party/base/ptr_util.h"
#include "xfa/fwl/cfwl_notedriver.h"
#include "xfa/fxfa/cxfa_ffapp.h"