| Index: Source/core/layout/svg/SVGTextLayoutEngine.h
|
| diff --git a/Source/core/layout/svg/SVGTextLayoutEngine.h b/Source/core/layout/svg/SVGTextLayoutEngine.h
|
| index ac1599a21389a1229f25ea82a70c90e2bd10357a..dab83d3f120b6e3e0f56187aa9041ca66b70de28 100644
|
| --- a/Source/core/layout/svg/SVGTextLayoutEngine.h
|
| +++ b/Source/core/layout/svg/SVGTextLayoutEngine.h
|
| @@ -30,7 +30,7 @@
|
| namespace blink {
|
|
|
| class LayoutObject;
|
| -class LayoutStyle;
|
| +class ComputedStyle;
|
| class LayoutSVGInlineText;
|
| class SVGInlineTextBox;
|
|
|
| @@ -63,7 +63,7 @@ private:
|
| void recordTextFragment(SVGInlineTextBox*, const Vector<SVGTextMetrics>&);
|
| bool parentDefinesTextLength(LayoutObject*) const;
|
|
|
| - void layoutTextOnLineOrPath(SVGInlineTextBox*, const LayoutSVGInlineText&, const LayoutStyle&);
|
| + void layoutTextOnLineOrPath(SVGInlineTextBox*, const LayoutSVGInlineText&, const ComputedStyle&);
|
| void finalizeTransformMatrices(Vector<SVGInlineTextBox*>&);
|
|
|
| bool currentLogicalCharacterAttributes(SVGTextLayoutAttributes*&);
|
|
|