DescriptionRefactor flexbox layout a bit
Instead of passing around three different vectors with related data
(children, child sizes, inflexible items), merge the two into a single
vector that stores all the information. Bonus: We now reuse the
flex base size instead of recalculating it.
R=eae@chromium.org,dgrogan@chromium.org
TEST=n/a, no change in behavior
Committed: https://crrev.com/28af9c5b7b72c26531e01f65cc2d1451e4209e5d
Cr-Commit-Position: refs/heads/master@{#402220}
Patch Set 1 #
Messages
Total messages: 11 (4 generated)
|