Chromium Code Reviews
DescriptionCorrect box shadow overflow computation for InlineFlowBox
InlineFlowBox::addBoxShadowVisualOverflow() has an early exit condition that
doesn't match the logic in InlineFlowBoxPainter::paintBoxDecorationBackground(),
resulting in under-reported visual overflow. This CL makes correction to that.
Similar adjustment is made to InlineFlowBox::addBorderOutsetVisualOverflow()
in this CL too.
BUG=498848
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197412
Patch Set 1 #
Total comments: 1
Patch Set 2 : do the same to addBorderOutsetVisualOverflow #Messages
Total messages: 18 (7 generated)
|