DescriptionPass references to SVGTextLayoutEngine::layoutTextOnLineOrPath
|text| and |style| are dereferenced in the (single) caller, so pass them
as references instead of pointers.
Also make the reference to the RenderSVGInlineText const, since it
shouldn't be mutated in this context. This in turn requires some additional
const-accessors on RenderSVGInlineText and SVGTextLayoutAttributes.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178173
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|