DescriptionEliminate recursion in SVGTextMetricsBuilder::walkTree
This tree-traveral can be trivially rewritten as a pre-order traversal
using RenderObject::nextInPreOrderAfterChildren.
Also fold the branches in the RenderSVGInlineText case to reduce the
number of callsites to measureTextRenderer.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168005
Patch Set 1 #Patch Set 2 : Re-upload. #
Messages
Total messages: 8 (0 generated)
|