// Copyright 2017 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_FFTEXTEDIT_H_ #define XFA_FXFA_CXFA_FFTEXTEDIT_H_ #include "core/fxcrt/fx_coordinates.h" #include "core/fxcrt/widestring.h" #include "v8/include/cppgc/prefinalizer.h" #include "xfa/fxfa/cxfa_fffield.h" class CFX_Matrix; class CXFA_FFWidget; namespace pdfium { class CFWL_EventTextWillChange; class CFWL_Widget; class IFWL_WidgetDelegate; } // namespace pdfium class CXFA_FFTextEdit : public CXFA_FFField { … }; #endif // XFA_FXFA_CXFA_FFTEXTEDIT_H_