Index: xfa/fwl/cfwl_widgetmgr.h |
diff --git a/xfa/fwl/cfwl_widgetmgr.h b/xfa/fwl/cfwl_widgetmgr.h |
index 4d39d3651e18533fa34ecbd44cb7c3dff0844827..62ea60a182f9b1b3d06c5995c1c51c739279484b 100644 |
--- a/xfa/fwl/cfwl_widgetmgr.h |
+++ b/xfa/fwl/cfwl_widgetmgr.h |
@@ -49,12 +49,8 @@ class CFWL_WidgetMgr : public CFWL_WidgetMgrDelegate { |
void SetOwner(CFWL_Widget* pOwner, CFWL_Widget* pOwned); |
void SetParent(CFWL_Widget* pParent, CFWL_Widget* pChild); |
- void SetWidgetRect_Native(CFWL_Widget* pWidget, const CFX_RectF& rect); |
- |
CFWL_Widget* GetWidgetAtPoint(CFWL_Widget* pParent, FX_FLOAT fx, FX_FLOAT fy); |
- void NotifySizeChanged(CFWL_Widget* pForm, FX_FLOAT fx, FX_FLOAT fy); |
- |
CFWL_Widget* NextTab(CFWL_Widget* parent, CFWL_Widget* focus, bool& bFind); |
void GetSameGroupRadioButton(CFWL_Widget* pRadioButton, |
@@ -111,14 +107,9 @@ class CFWL_WidgetMgr : public CFWL_WidgetMgrDelegate { |
CFX_Graphics* DrawWidgetBefore(CFWL_Widget* pWidget, |
CFX_Graphics* pGraphics, |
const CFX_Matrix* pMatrix); |
- void DrawWidgetAfter(CFWL_Widget* pWidget, |
- CFX_Graphics* pGraphics, |
- CFX_RectF& rtClip, |
- const CFX_Matrix* pMatrix); |
bool IsNeedRepaint(CFWL_Widget* pWidget, |
CFX_Matrix* pMatrix, |
const CFX_RectF& rtDirty); |
- bool UseOffscreenDirect(CFWL_Widget* pWidget) const; |
bool IsAbleNative(CFWL_Widget* pWidget) const; |