Description[css-flexbox] Performance optimization: Only apply min-width: auto when flex-shrinking an item
min-width: auto will only matter if the size shrunk due to flex-shrink.
So we can bypass the expensive computations here in the other cases.
BUG=477183
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=193971
Patch Set 1 #
Total comments: 2
Patch Set 2 : review comment #
Messages
Total messages: 8 (3 generated)
|