TextControl NG: Make ScrollbarThickness() and HasValidAvgCharWidth() static and public
This CL makes ScrollbarThickness() and HasValidAvgCharWidth() of LayoutTextControl static and public in order to share them with LayoutNG. - ScrollbarThickness(): It takes a LayoutBox argument - HasValidAvgCharWidth(): Pass only Font to it because both of SimpleFontData and the family name can be obtained through the Font. This CL has no behavior changes. Bug: 1040826 Change-Id: Ie7000ef7cca04284b2b1a6ff934809560d37a2da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2449094 Commit-Queue: Kent Tamura <tkent@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Auto-Submit: Kent Tamura <tkent@chromium.org> Reviewed-by:Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#813654}
Showing
Please register or sign in to comment