// Copyright 2016 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #ifndef FPDFSDK_FPDFXFA_CPDFXFA_DOCENVIRONMENT_H_ #define FPDFSDK_FPDFXFA_CPDFXFA_DOCENVIRONMENT_H_ #include "core/fxcrt/retain_ptr.h" #include "core/fxcrt/unowned_ptr.h" #include "public/fpdfview.h" #include "xfa/fxfa/cxfa_ffdoc.h" class CFX_XMLDocument; class CPDFXFA_Context; class IJS_Runtime; class CPDFXFA_DocEnvironment final : public CXFA_FFDoc::CallbackIface { … }; #endif // FPDFSDK_FPDFXFA_CPDFXFA_DOCENVIRONMENT_H_