| Index: Source/core/layout/svg/SVGLayoutTreeAsText.h
|
| diff --git a/Source/core/layout/svg/SVGLayoutTreeAsText.h b/Source/core/layout/svg/SVGLayoutTreeAsText.h
|
| index 0bbd85294796bca2ce1c69d91aceb0a6de913d38..42053f12025911a3e304d93d95b9f8950fff9483 100644
|
| --- a/Source/core/layout/svg/SVGLayoutTreeAsText.h
|
| +++ b/Source/core/layout/svg/SVGLayoutTreeAsText.h
|
| @@ -31,17 +31,17 @@
|
| namespace blink {
|
|
|
| class LayoutObject;
|
| -class RenderSVGGradientStop;
|
| +class LayoutSVGGradientStop;
|
| class LayoutSVGImage;
|
| class LayoutSVGInlineText;
|
| class LayoutSVGShape;
|
| -class RenderSVGRoot;
|
| +class LayoutSVGRoot;
|
| class LayoutSVGText;
|
|
|
| // functions used by the main LayoutTreeAsText code
|
| void write(TextStream&, const LayoutSVGShape&, int indent);
|
| -void write(TextStream&, const RenderSVGRoot&, int indent);
|
| -void writeSVGGradientStop(TextStream&, const RenderSVGGradientStop&, int indent);
|
| +void write(TextStream&, const LayoutSVGRoot&, int indent);
|
| +void writeSVGGradientStop(TextStream&, const LayoutSVGGradientStop&, int indent);
|
| void writeSVGResourceContainer(TextStream&, const LayoutObject&, int indent);
|
| void writeSVGContainer(TextStream&, const LayoutObject&, int indent);
|
| void writeSVGImage(TextStream&, const LayoutSVGImage&, int indent);
|
|
|