DescriptionRefactoring: Move StyledMarkupSerializer::m_reversedPrecedingMarkup to StyledMarkupAccumulator
This CL moves StyledMarkupSerializer::m_reversedPrecedingMarkup to
StyledMarkupAccumulator because
1. StyleMarkupSerializer is a template class but the functions I
moved don't use the template parameter, so moving them to a
non-template class will improve code health.
2. We can make some functions in StyledMarkupAccumulator private.
We have no plan to use these methods externally so far and this is
also good for code health.
BUG=n/a
TEST=n/a; no behavior change
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=196399
Patch Set 1 #Patch Set 2 : #Patch Set 3 : rebase #
Messages
Total messages: 13 (7 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||