| Index: third_party/WebKit/Source/core/layout/svg/SVGTextChunkBuilder.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/SVGTextChunkBuilder.h b/third_party/WebKit/Source/core/layout/svg/SVGTextChunkBuilder.h
|
| index b134adf069206ebcd16ad6196620e2c01bd162d8..cf678c6e6b3cd79ce20eb3108ea472d16dfc1558 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/SVGTextChunkBuilder.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/SVGTextChunkBuilder.h
|
| @@ -30,9 +30,13 @@ struct SVGTextFragment;
|
|
|
| // SVGTextChunkBuilder performs the third layout phase for SVG text.
|
| //
|
| -// Phase one built the layout information from the SVG DOM stored in the LayoutSVGInlineText objects (SVGTextLayoutAttributes).
|
| -// Phase two performed the actual per-character layout, computing the final positions for each character, stored in the SVGInlineTextBox objects (SVGTextFragment).
|
| -// Phase three performs all modifications that have to be applied to each individual text chunk (text-anchor & textLength).
|
| +// Phase one built the layout information from the SVG DOM stored in the
|
| +// LayoutSVGInlineText objects (SVGTextLayoutAttributes).
|
| +// Phase two performed the actual per-character layout, computing the final
|
| +// positions for each character, stored in the SVGInlineTextBox objects
|
| +// (SVGTextFragment).
|
| +// Phase three performs all modifications that have to be applied to each
|
| +// individual text chunk (text-anchor & textLength).
|
|
|
| class SVGTextChunkBuilder {
|
| STACK_ALLOCATED();
|
|
|