From 68034894d246f1352e7ff221f52c469e008fbfe8 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Thu, 15 Dec 2016 13:44:32 -0800 Subject: Remove widget offscreen code. The Offscreen state was never set, removed. Review-Url: https://codereview.chromium.org/2569663006 --- xfa/fwl/cfwl_widget.h | 1 - 1 file changed, 1 deletion(-) (limited to 'xfa/fwl/cfwl_widget.h') diff --git a/xfa/fwl/cfwl_widget.h b/xfa/fwl/cfwl_widget.h index 95cbe3ef2a..759ab1f3e6 100644 --- a/xfa/fwl/cfwl_widget.h +++ b/xfa/fwl/cfwl_widget.h @@ -161,7 +161,6 @@ class CFWL_Widget : public IFWL_WidgetDelegate { bool IsOverLapper() const; bool IsPopup() const; bool IsChild() const; - bool IsOffscreen() const; CFWL_Widget* GetRootOuter(); bool GetPopupPosMenu(FX_FLOAT fMinHeight, FX_FLOAT fMaxHeight, -- cgit v1.2.3