summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/ifwl_panel.h
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-04-13 19:04:01 -0700
committerCommit bot <commit-bot@chromium.org>2016-04-13 19:04:01 -0700
commitddd5c70e09b6e1db3c01b4900e6424f11fd5c93d (patch)
tree82141d0206e8983df37b251a26c3458ca998fc66 /xfa/fwl/core/ifwl_panel.h
parentb4c9f3f04673753da30011e9f1282cd5d1fa0f40 (diff)
downloadpdfium-ddd5c70e09b6e1db3c01b4900e6424f11fd5c93d.tar.xz
Unused FWL Classes.
This Cl removes several FWL classes that aren't removed. These include: * IFWL_Content * CFWL_ContentImp * CFWL_CustomPanelImp * CFWL_CustomImp * IFWL_Custom * IFWL_CustomPanel * IFWL_Proxy * CFWL_App BUG=pdfium:468 Review URL: https://codereview.chromium.org/1883943002
Diffstat (limited to 'xfa/fwl/core/ifwl_panel.h')
-rw-r--r--xfa/fwl/core/ifwl_panel.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/xfa/fwl/core/ifwl_panel.h b/xfa/fwl/core/ifwl_panel.h
index ec9b02d3f7..2261703b94 100644
--- a/xfa/fwl/core/ifwl_panel.h
+++ b/xfa/fwl/core/ifwl_panel.h
@@ -10,19 +10,10 @@
#include "xfa/fwl/core/fwl_widgetimp.h"
#include "xfa/fwl/core/ifwl_widget.h"
-class IFWL_Content;
-
#define FWL_CLASS_Panel L"FWL_Panel"
#define FWL_CLASSHASH_Panel 881567292
class IFWL_Panel : public IFWL_Widget {
- public:
- static IFWL_Panel* Create(CFWL_WidgetImpProperties& properties,
- IFWL_Widget* pOuter);
-
- IFWL_Content* GetContent();
- FWL_ERR SetContent(IFWL_Content* pContent);
-
protected:
IFWL_Panel();
};