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

Unified Diff: xfa/src/fxfa/src/parser/xfa_script_imp.h

Issue 1746053003: Remove foxitlib.h and foxitxfa.h and IWYU. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Review cleanup Created 4 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « xfa/src/fxfa/src/parser/xfa_script_hostpseudomodel.cpp ('k') | xfa/src/fxfa/src/parser/xfa_script_imp.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fxfa/src/parser/xfa_script_imp.h
diff --git a/xfa/src/fxfa/src/parser/xfa_script_imp.h b/xfa/src/fxfa/src/parser/xfa_script_imp.h
index a0610fae9f722135b996425096941b4a3da98bdb..15dc09d7264c94a3a528aa75d870c7eed0f12786 100644
--- a/xfa/src/fxfa/src/parser/xfa_script_imp.h
+++ b/xfa/src/fxfa/src/parser/xfa_script_imp.h
@@ -9,13 +9,19 @@
#include <map>
+#include "xfa/src/fxfa/src/common/xfa_document.h"
+#include "xfa/src/fxfa/src/common/xfa_fm2jsapi.h"
+#include "xfa/src/fxfa/src/common/xfa_script.h"
+
#define XFA_RESOLVENODE_TagName 0x0002
class CXFA_ResolveProcessor;
+
class CXFA_ScriptContext : public IXFA_ScriptContext {
public:
- CXFA_ScriptContext(CXFA_Document* pDocument);
+ explicit CXFA_ScriptContext(CXFA_Document* pDocument);
~CXFA_ScriptContext();
+
virtual void Release();
virtual void Initialize(FXJSE_HRUNTIME hRuntime);
virtual void SetEventParam(CXFA_EventParam param) { m_eventParam = param; }
« no previous file with comments | « xfa/src/fxfa/src/parser/xfa_script_hostpseudomodel.cpp ('k') | xfa/src/fxfa/src/parser/xfa_script_imp.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698