DescriptionMinor Refactor in RenderFlexbox
This is a minor refactoring which moves the case of calculation
of cross-size of flex line for single line flex-container from
RenderFlexibleBox::repositionLogicalHeightDependentFlexItems
to RenderFlexibleBox::alignFlexLines which is more appropriate
and saves us from doing unnecessary work. The old code was doing
align-content for a single line, then reposition
everything when aligning children.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176399
Patch Set 1 #
Messages
Total messages: 8 (0 generated)
|