| Index: third_party/WebKit/Source/core/layout/svg/SVGTextLayoutAttributesBuilder.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutAttributesBuilder.h b/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutAttributesBuilder.h
|
| index a9c438c517755066b5a31a77c3139733f8b4bdd2..463af623ea5fb90257c21ff785f400a01674fcea 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutAttributesBuilder.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutAttributesBuilder.h
|
| @@ -33,10 +33,12 @@ class SVGTextPositioningElement;
|
|
|
| // SVGTextLayoutAttributesBuilder performs the first layout phase for SVG text.
|
| //
|
| -// It extracts the x/y/dx/dy/rotate values from the SVGTextPositioningElements in the DOM.
|
| -// These values are propagated to the corresponding LayoutSVGInlineText layoutObjects.
|
| -// The first layout phase only extracts the relevant information needed in LayoutBlockFlowLine
|
| -// to create the InlineBox tree based on text chunk boundaries & BiDi information.
|
| +// It extracts the x/y/dx/dy/rotate values from the SVGTextPositioningElements
|
| +// in the DOM. These values are propagated to the corresponding
|
| +// LayoutSVGInlineText layoutObjects.
|
| +// The first layout phase only extracts the relevant information needed in
|
| +// LayoutBlockFlowLine to create the InlineBox tree based on text chunk
|
| +// boundaries & BiDi information.
|
| // The second layout phase is carried out by SVGTextLayoutEngine.
|
| class SVGTextLayoutAttributesBuilder {
|
| STACK_ALLOCATED();
|
|
|