summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/ifwl_form.h
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-04-18 10:21:00 -0700
committerCommit bot <commit-bot@chromium.org>2016-04-18 10:21:00 -0700
commit9b3656b8b49db7f228304aff9ffa599999199a0c (patch)
tree631b0f75045167298be00db2091c1334518ff920 /xfa/fwl/core/ifwl_form.h
parent7adef41ed27ced7e18ee649a3d4f27a3cc00c51f (diff)
downloadpdfium-9b3656b8b49db7f228304aff9ffa599999199a0c.tar.xz
Remove unused FWL Panel code.
This code was used to subclass Form only, the one method in Panel is overridden in Form. Review URL: https://codereview.chromium.org/1899743002
Diffstat (limited to 'xfa/fwl/core/ifwl_form.h')
-rw-r--r--xfa/fwl/core/ifwl_form.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xfa/fwl/core/ifwl_form.h b/xfa/fwl/core/ifwl_form.h
index 0022759436..95cae64fa2 100644
--- a/xfa/fwl/core/ifwl_form.h
+++ b/xfa/fwl/core/ifwl_form.h
@@ -7,8 +7,8 @@
#ifndef XFA_FWL_CORE_IFWL_FORM_H_
#define XFA_FWL_CORE_IFWL_FORM_H_
-#include "xfa/fwl/core/ifwl_panel.h"
#include "xfa/fwl/core/ifwl_dataprovider.h"
+#include "xfa/fwl/core/ifwl_widget.h"
#include "core/fxcrt/include/fx_system.h"
#include "xfa/fwl/core/cfwl_widgetimpproperties.h"
@@ -66,7 +66,7 @@ class IFWL_FormDP : public IFWL_DataProvider {
virtual CFX_DIBitmap* GetIcon(IFWL_Widget* pWidget, FX_BOOL bBig) = 0;
};
-class IFWL_Form : public IFWL_Panel {
+class IFWL_Form : public IFWL_Widget {
public:
static IFWL_Form* CreateFormProxy(CFWL_WidgetImpProperties& properties,
CFX_WideString* classname,