(no bug) Tweak a comment in nsFlexContainerFrame.cpp to make it accurate in the post-bug-939901 multi-line flexbox world. (no review, comment-only; DONTBUILD)

This commit is contained in:
Daniel Holbert 2014-01-31 14:54:08 -08:00
parent f517b58b35
commit 2f45c9517f

View File

@ -2455,7 +2455,7 @@ ClampFlexContainerMainSize(const nsHTMLReflowState& aReflowState,
// that's larger; but of course not more than our own computed height).
// XXXdholbert For now, we don't support pushing children to our next
// continuation or splitting children, so "amount of height required by
// our children" is just the sum of our children's heights.
// our children" is just the main-size (height) of our longest flex line.
NS_FRAME_SET_INCOMPLETE(aStatus);
nscoord largestLineOuterSize = GetLargestLineMainSize(aLines);