DescriptionRefactoring: Move a part of creteMarkupInternal to StyledMarkupSerializer
createMarkupInternal uses StyledMarkupSerializer as an accumulator of DOM
nodes and this is not a proper usage of the serializer. This patch moves
a part of createMarkupInternal to StyledMarkupSerializer::createMarkup
and hides some member functions of it. By this patch, it will be possible
to expose only member functions for serializing of StyledMarkupSerializer.
BUG=n/a
TEST=n/a; no behavior change
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=193922
Patch Set 1 #Patch Set 2 : nits #Patch Set 3 : nits: Remove toPositionInDOMTree #Patch Set 4 : Fix the compile error on Android #Patch Set 5 : rebase #Patch Set 6 : nit #
Messages
Total messages: 16 (9 generated)
|