Index: xfa/fwl/core/fwl_widgetmgrimp.h |
diff --git a/xfa/fwl/core/fwl_widgetmgrimp.h b/xfa/fwl/core/fwl_widgetmgrimp.h |
index 6e4fffeca15962e14c26298b227cacf1ce7232bc..8fba8a448100edb471c901ed13d667c4f84ae80b 100644 |
--- a/xfa/fwl/core/fwl_widgetmgrimp.h |
+++ b/xfa/fwl/core/fwl_widgetmgrimp.h |
@@ -72,7 +72,6 @@ class CFWL_WidgetMgr : public IFWL_WidgetMgr { |
FX_BOOL SetWidgetIndex(IFWL_Widget* pWidget, int32_t nIndex) override; |
FWL_Error RepaintWidget(IFWL_Widget* pWidget, |
const CFX_RectF* pRect = NULL) override; |
- uint32_t GetCapability() override { return m_dwCapability; } |
void AddWidget(IFWL_Widget* pWidget); |
void InsertWidget(IFWL_Widget* pParent, |