// 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 FPDFSDK_FORMFILLER_CFFL_BUTTON_H_ #define FPDFSDK_FORMFILLER_CFFL_BUTTON_H_ #include "core/fxcrt/fx_coordinates.h" #include "fpdfsdk/formfiller/cffl_formfield.h" class CFX_RenderDevice; class CFX_Matrix; class CPDFSDK_PageView; class CPDFSDK_Widget; class CFFL_Button : public CFFL_FormField { … }; #endif // FPDFSDK_FORMFILLER_CFFL_BUTTON_H_