commit | 22c5e1a6ac7251d197f48b4b6f17e4e6ef2f741c | [log] [tgz] |
---|---|---|
author | mstensho <mstensho@opera.com> | Thu Nov 03 16:20:45 2016 |
committer | Commit bot <commit-bot@chromium.org> | Thu Nov 03 16:24:30 2016 |
tree | ca3b59069e0bfd788ca30d17398961c796b1ed45 | |
parent | 9d2d2e8409c21feca88979245ce75f9ac4a00f05 [diff] |
logicalHeightWithVisibleOverflow() needs to include overhanging floats. Otherwise we might end up skipping layout of blocks that contain floats that really need to be relaid out. We get some marking for layout for free in layoutBlockFlow(), if pageLogicalHeightChanged, but that only goes one level deep. Review-Url: https://codereview.chromium.org/2474883002 Cr-Commit-Position: refs/heads/master@{#429611}