summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/ifwl_scrollbar.h
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-11-21 12:18:28 -0800
committerCommit bot <commit-bot@chromium.org>2016-11-21 12:18:29 -0800
commit30e5f30f21c182eb54253008ad755abd991e2e07 (patch)
treea4fe0fc8d5b52e2a75b42318bf05cebc6f619a14 /xfa/fwl/core/ifwl_scrollbar.h
parentf5cabbfc3085a7a7a3451452c1a7ebe1f19c1223 (diff)
downloadpdfium-30e5f30f21c182eb54253008ad755abd991e2e07.tar.xz
Remove customized layout flag from FWL
The Customized Layout flag in FWL is always false. Removed the flag and updated the code as needed. Review-Url: https://codereview.chromium.org/2520023002
Diffstat (limited to 'xfa/fwl/core/ifwl_scrollbar.h')
-rw-r--r--xfa/fwl/core/ifwl_scrollbar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fwl/core/ifwl_scrollbar.h b/xfa/fwl/core/ifwl_scrollbar.h
index 148abf982b..06306c3c74 100644
--- a/xfa/fwl/core/ifwl_scrollbar.h
+++ b/xfa/fwl/core/ifwl_scrollbar.h
@@ -143,7 +143,6 @@ class IFWL_ScrollBar : public IFWL_Widget {
CFX_RectF m_rtMaxBtn;
CFX_RectF m_rtMinTrack;
CFX_RectF m_rtMaxTrack;
- bool m_bCustomLayout;
FX_FLOAT m_fMinThumb;
IFWL_ScrollBar::Timer m_Timer;
};