DescriptionMove SVGTextChunkBuilder out of SVGTextLayoutEngine
This member of SVGTextLayoutEngine has a very narrow scope in which it
is used. The data produced into it is in practice consumed within the
very same method. Hence move it out of class scope and into function
scope.
Also take the opportunity to move finalizeTransformMatrices() to
SVGTextChunkBuilder as well, since it essentially applies data from
the latter.
Also drop the debug code within DUMP_TEXT_FRAGMENTS.
BUG=486669
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=195969
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|