diff options
author | dsinclair <dsinclair@chromium.org> | 2016-12-15 13:44:32 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-12-15 13:44:32 -0800 |
commit | 68034894d246f1352e7ff221f52c469e008fbfe8 (patch) | |
tree | 9bb771e747303c3e4795dbcc4fca8a0a138620e6 /xfa/fwl/cfwl_widget.h | |
parent | 46a4bbf46723cd6375042d599d01fe08012eadd6 (diff) | |
download | pdfium-68034894d246f1352e7ff221f52c469e008fbfe8.tar.xz |
Remove widget offscreen code.
The Offscreen state was never set, removed.
Review-Url: https://codereview.chromium.org/2569663006
Diffstat (limited to 'xfa/fwl/cfwl_widget.h')
-rw-r--r-- | xfa/fwl/cfwl_widget.h | 1 |
1 files changed, 0 insertions, 1 deletions
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, |