Minor 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. Review URL: https://codereview.chromium.org/340513004 git-svn-id: svn://svn.chromium.org/blink/trunk@176399 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment