DescriptionEliminating FIXME from RenderFlexibleBox::mainAxisContentExtent
A FIXME was added in RenderFlexibleBox::mainAxisContentExtent as
a part of the patch (https://bugs.webkit.org/attachment.cgi?id=193373&action=diff)
stating:
"Remove std::max once we enable saturated layout arithmetic."
Since as per BUG=229103
SATURATED_LAYOUT_ARITHMETIC has been enabled for the chromiuim port
so we can remove this std::max which was added to handle overflow.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=180884
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|