Move namespace handling code in MarkupFormatter::AppendOpenTag()
Move namespace handling code in MarkupFormatter::AppendOpenTag() to MarkupAccumulator::AppendOpenTag(), and move MarkupFormatter::ShouldAddNamespaceElement() to MarkupAccumulator. MarkupFormatter::AppendOpenTag() is used by MakupAccumulator and StyledMarkupAccumulator, however only MarkupAccumulator needs the namespace handling. This CL doesn't change any behavior. Bug: 927166 Change-Id: I941a6c4dc1154fdbd57fd7f48bae0bd1cda33b18 Reviewed-on: https://chromium-review.googlesource.com/c/1448083 Commit-Queue: Kent Tamura <tkent@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Auto-Submit: Kent Tamura <tkent@chromium.org> Reviewed-by:Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#628214}
Showing
Please register or sign in to comment