| Index: Source/core/layout/svg/SVGTextLayoutAttributesBuilder.h
|
| diff --git a/Source/core/layout/svg/SVGTextLayoutAttributesBuilder.h b/Source/core/layout/svg/SVGTextLayoutAttributesBuilder.h
|
| index 79c259c146ad901b87e4d39743ac3fc25bc9b9ba..9e5c213dcac3a640b2f2885f4604d541e19a5ce0 100644
|
| --- a/Source/core/layout/svg/SVGTextLayoutAttributesBuilder.h
|
| +++ b/Source/core/layout/svg/SVGTextLayoutAttributesBuilder.h
|
| @@ -25,7 +25,7 @@
|
|
|
| namespace blink {
|
|
|
| -class RenderBoxModelObject;
|
| +class LayoutBoxModelObject;
|
| class LayoutSVGInlineText;
|
| class LayoutSVGText;
|
| class SVGTextPositioningElement;
|
| @@ -66,7 +66,7 @@ private:
|
| };
|
|
|
| void buildCharacterDataMap(LayoutSVGText&);
|
| - void collectTextPositioningElements(RenderBoxModelObject&, UChar& lastCharacter);
|
| + void collectTextPositioningElements(LayoutBoxModelObject&, UChar& lastCharacter);
|
| void fillCharacterDataMap(const TextPosition&);
|
|
|
| private:
|
|
|