// 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 XFA_FXFA_CXFA_EVENTPARAM_H_ #define XFA_FXFA_CXFA_EVENTPARAM_H_ #include "core/fxcrt/unowned_ptr.h" #include "core/fxcrt/widestring.h" #include "v8/include/cppgc/macros.h" #include "xfa/fxfa/fxfa_basic.h" enum XFA_EVENTTYPE : uint8_t { … }; class CXFA_EventParam { … }; #endif // XFA_FXFA_CXFA_EVENTPARAM_H_