diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2016-02-25 13:38:37 -0500 |
---|---|---|
committer | Dan Sinclair <dsinclair@chromium.org> | 2016-02-25 13:38:37 -0500 |
commit | e73c5ceb8176dfd92138780f640ac193f1c0ea30 (patch) | |
tree | d7e68f16a64807c322e6f9045e2920adf564800f /xfa/include/fwl/basewidget/fwl_pushbutton.h | |
parent | 2e6864282e65c55ff6809f5aaae011b31c3a361a (diff) | |
download | pdfium-e73c5ceb8176dfd92138780f640ac193f1c0ea30.tar.xz |
Remove include only fwl.h and IWYU.
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1735833003 .
Diffstat (limited to 'xfa/include/fwl/basewidget/fwl_pushbutton.h')
-rw-r--r-- | xfa/include/fwl/basewidget/fwl_pushbutton.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xfa/include/fwl/basewidget/fwl_pushbutton.h b/xfa/include/fwl/basewidget/fwl_pushbutton.h index 500cc0dcc1..3e5acd11b0 100644 --- a/xfa/include/fwl/basewidget/fwl_pushbutton.h +++ b/xfa/include/fwl/basewidget/fwl_pushbutton.h @@ -7,10 +7,9 @@ #ifndef XFA_INCLUDE_FWL_BASEWIDGET_FWL_PUSHBUTTON_H_ #define XFA_INCLUDE_FWL_BASEWIDGET_FWL_PUSHBUTTON_H_ -class CFWL_WidgetImpProperties; -class IFWL_Widget; -class IFWL_PushButtonDP; -class IFWL_PushButton; +#include "xfa/include/fwl/core/fwl_theme.h" +#include "xfa/src/fwl/src/core/include/fwl_widgetimp.h" + #define FWL_CLASS_PushButton L"FWL_PUSHBUTTON" #define FWL_CLASSHASH_PushButton 3521614244 #define FWL_STYLEEXT_PSB_Left (0L << 0) @@ -40,6 +39,7 @@ class IFWL_PushButton; #define FWL_PARTSTATE_PSB_Disabled (4L << 0) #define FWL_PARTSTATE_PSB_Focused (1L << 3) #define FWL_PARTSTATE_PSB_Mask (7L << 0) + class IFWL_PushButtonDP : public IFWL_DataProvider { public: virtual CFX_DIBitmap* GetPicture(IFWL_Widget* pWidget) = 0; |