DescriptionDon't add duplicated line box rects into focus ring rects
LayoutBlock::addFocusRingRects() adds root line box rects;
LayoutInline::addFocusRingRects() adds its line box rects, but
this is unnecessary if the parent has added root line box rects or
normal line box rects.
This might be the reason of OOM during addFocusRingRects.
BUG=440700
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=194562
Patch Set 1 #Patch Set 2 : Test #Patch Set 3 : Fix layout test #Patch Set 4 : Rebase #Patch Set 5 : Rebase again #
Messages
Total messages: 19 (8 generated)
|