mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
(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:
parent
f517b58b35
commit
2f45c9517f
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user