summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/ifwl_widget.h
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-11-10 14:22:06 -0800
committerCommit bot <commit-bot@chromium.org>2016-11-10 14:22:06 -0800
commita0d3231037816d3f0e377e9c57a2bfaa1372e151 (patch)
tree444a472a55b389902eaffe8b1ef1f2d02f134b2a /xfa/fwl/core/ifwl_widget.h
parent522c3d414e26a8a6b14407d664cee38fa3f52c07 (diff)
downloadpdfium-chromium/2916.tar.xz
Remove IFWL methods proxied from CFWL classeschromium/2916
This CL removes a few methods from IFWL that are around just to proxy from CFWL methods which are, in turn, never called. Review-Url: https://codereview.chromium.org/2486333004
Diffstat (limited to 'xfa/fwl/core/ifwl_widget.h')
-rw-r--r--xfa/fwl/core/ifwl_widget.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fwl/core/ifwl_widget.h b/xfa/fwl/core/ifwl_widget.h
index 2792951b36..d1284b1c92 100644
--- a/xfa/fwl/core/ifwl_widget.h
+++ b/xfa/fwl/core/ifwl_widget.h
@@ -88,7 +88,6 @@ class IFWL_Widget : public IFWL_WidgetDelegate {
const CFX_Matrix* pMatrix = nullptr) override;
void SetWidgetRect(const CFX_RectF& rect);
- void GetGlobalRect(CFX_RectF& rect);
void SetParent(IFWL_Widget* pParent);