Calculate minimum column height after layout.
This moves some multicol specific code out from LayoutBlock and
LayoutBlockFlow. More importantly, though, is that once we add optimizations
to skip subtrees during multicol layout, collecting this information during
layout isn't going to work.
R=leviw@chromium.org
Committed:
https://crrev.com/479a72d61ee559c651a5a69da1edf5df7b4f3eb5
Cr-Commit-Position: refs/heads/master@{#358171}