// 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_WIDGET_H_ #define FPDFSDK_FPDFXFA_CPDFXFA_WIDGET_H_ #include "core/fxcrt/fx_coordinates.h" #include "fpdfsdk/cpdfsdk_annot.h" #include "v8/include/cppgc/persistent.h" #include "xfa/fxfa/cxfa_ffwidget.h" class CPDFSDK_PageView; class CXFA_FFDocView; class CXFA_FFWidgetHandler; class CPDFXFA_Widget final : public CPDFSDK_Annot, CPDFSDK_Annot::UnsafeInputHandlers { … }; #endif // FPDFSDK_FPDFXFA_CPDFXFA_WIDGET_H_