[css-flexbox] Continue refactoring flexbox layout
Move LineContext to FlexLayoutAlgorithm.h and rename it to FlexLine to be more clear on what it represents. This change also now uses that struct as the out parameter for ComputeNextFlexLine, replacing several individual variables. This will enable moving more functionality to FlexLayoutAlgorithm with the ultimate goal (besides making the code easier to understand) of reusing it for LayoutNG. R=eae@chromium.org Change-Id: I1cc1f9a9090fbb7d3a3c10537133c698f875a01d Reviewed-on: https://chromium-review.googlesource.com/576893 Commit-Queue: Christian Biesinger <cbiesinger@chromium.org> Reviewed-by:Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#488036}
Showing
This diff is collapsed.
Please register or sign in to comment