diff options
author | Lei Zhang <thestig@chromium.org> | 2018-10-02 22:51:49 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-10-02 22:51:49 +0000 |
commit | a1c846c4cf3f8c08edfffa1cc6b60860c011000b (patch) | |
tree | 2b3cf4b4482db1046e92fe8f573f9eb341bc1750 | |
parent | ddb1b871c86deb05dc7746c68b9fdbae5f7602cc (diff) | |
download | pdfium-a1c846c4cf3f8c08edfffa1cc6b60860c011000b.tar.xz |
Clean up some XFA forward declarations.
Change-Id: I2d30ceb5e475290c0842fe4add7ffb965dc77572
Reviewed-on: https://pdfium-review.googlesource.com/c/43316
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
-rw-r--r-- | xfa/fwl/theme/cfwl_checkboxtp.h | 2 | ||||
-rw-r--r-- | xfa/fwl/theme/cfwl_widgettp.h | 6 |
2 files changed, 2 insertions, 6 deletions
diff --git a/xfa/fwl/theme/cfwl_checkboxtp.h b/xfa/fwl/theme/cfwl_checkboxtp.h index 506f78413a..38986480c9 100644 --- a/xfa/fwl/theme/cfwl_checkboxtp.h +++ b/xfa/fwl/theme/cfwl_checkboxtp.h @@ -12,6 +12,8 @@ #include "xfa/fwl/theme/cfwl_utils.h" #include "xfa/fwl/theme/cfwl_widgettp.h" +class CFWL_Widget; + class CFWL_CheckBoxTP final : public CFWL_WidgetTP { public: CFWL_CheckBoxTP(); diff --git a/xfa/fwl/theme/cfwl_widgettp.h b/xfa/fwl/theme/cfwl_widgettp.h index 0facb1ee62..987129837c 100644 --- a/xfa/fwl/theme/cfwl_widgettp.h +++ b/xfa/fwl/theme/cfwl_widgettp.h @@ -20,13 +20,7 @@ class CFDE_TextOut; class CFGAS_FontMgr; class CFGAS_GEFont; class CFWL_ThemeBackground; -class CFWL_ThemePart; class CFWL_ThemeText; -class CFWL_Widget; - -#if _FX_PLATFORM_ != _FX_PLATFORM_WINDOWS_ -class CFX_FontSourceEnum_File; -#endif class CFWL_WidgetTP { public: |