| Index: third_party/WebKit/Source/core/layout/svg/SVGLayoutTreeAsText.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/SVGLayoutTreeAsText.h b/third_party/WebKit/Source/core/layout/svg/SVGLayoutTreeAsText.h
|
| index ee457d7556825eb176f53758ad5cde09e74d1287..bbedadbcfa48cf856053257571ffbe9718840aea 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/SVGLayoutTreeAsText.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/SVGLayoutTreeAsText.h
|
| @@ -33,6 +33,7 @@ namespace blink {
|
| class LayoutObject;
|
| class LayoutSVGGradientStop;
|
| class LayoutSVGImage;
|
| +class LayoutSVGInline;
|
| class LayoutSVGInlineText;
|
| class LayoutSVGShape;
|
| class LayoutSVGRoot;
|
| @@ -49,6 +50,7 @@ void writeSVGContainer(TextStream&, const LayoutObject&, int indent);
|
| void writeSVGImage(TextStream&, const LayoutSVGImage&, int indent);
|
| void writeSVGInlineText(TextStream&, const LayoutSVGInlineText&, int indent);
|
| void writeSVGText(TextStream&, const LayoutSVGText&, int indent);
|
| +void writeSVGInline(TextStream&, const LayoutSVGInline&, int indent);
|
| void writeResources(TextStream&, const LayoutObject&, int indent);
|
|
|
| } // namespace blink
|
|
|