| Index: xfa/fwl/core/cfwl_widget.h
|
| diff --git a/xfa/fwl/core/cfwl_widget.h b/xfa/fwl/core/cfwl_widget.h
|
| index d41de2694d47bda804a2ff5eff9317b1fa1fe9f8..a4a0e94c1d3d575a55151452d1d643413f0d54e7 100644
|
| --- a/xfa/fwl/core/cfwl_widget.h
|
| +++ b/xfa/fwl/core/cfwl_widget.h
|
| @@ -28,8 +28,6 @@ class CFWL_Widget {
|
|
|
| void GetWidgetRect(CFX_RectF& rect, bool bAutoSize = false);
|
| void SetWidgetRect(const CFX_RectF& rect);
|
| - void GetGlobalRect(CFX_RectF& rect);
|
| - void GetClientRect(CFX_RectF& rtClient);
|
|
|
| void ModifyStyles(uint32_t dwStylesAdded, uint32_t dwStylesRemoved);
|
| uint32_t GetStylesEx();
|
|
|