DescriptionRefactoring: Remove addDisplayInline parameter of StyledMarkupAccumulator::appendElement
This CL removes an boolean parameter |addDisplayInline| from
StyledMarkupAccumulator::appendElement to improve the code health.
|addDisplayInline| is used to determine whether an inline style is added
to an element node, and this CL splits appendElement into appendElement
and appendElementWithInlineStyle for the respective cases.
BUG=n/a
TEST=n/a; behavior change
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=196934
Patch Set 1 #
Total comments: 2
Patch Set 2 : tkent's review #
Messages
Total messages: 8 (3 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||