DescriptionClear SVGInlineTextBox fragments when the text changes.
This patch modifies SVGInlineTextBox::dirtyLineBoxes to clear all
following text boxes when invoked. Typically this method is called
when the underlying text string changes, and that change needs to
be propagated to all the boxes that use the text beyond the point
where the text is first modified.
Also cleans up virtual, OVERRIDE and FINAL for SVGRootInlineBox, which was all messed up.
R=inferno@chromium.org,leviw@chromium.org
BUG=233848
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=150456
Patch Set 1 #
Total comments: 8
Patch Set 2 : Revised per reviewer comments. #
Total comments: 4
Patch Set 3 : Removed unused files. #
Messages
Total messages: 12 (0 generated)
|