DescriptionMove metrics list storage to LayoutSVGInlineText
It was previously stored in SVGTextLayoutAttributes (which is stored in
LayoutSVGInlineText). The connection between these two is very loose, so
letting the metrics be a part of the attributes structure doesn't feel
entirely logical. There's still a back-pointer in the attributes
structure, which means it's still reachable in the same way (albeit with
one additional indirection.)
Rename the various accessors to metricsList().
BUG=594058
Committed: https://crrev.com/91d29a30053008ec263fdeeda7e51d0c7cadc1a8
Cr-Commit-Position: refs/heads/master@{#384450}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|