Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(207)

Unified Diff: third_party/WebKit/Source/core/layout/svg/SVGLayoutTreeAsText.h

Issue 2524803002: Output LayoutSVGInline in layout tree in SVG way (Closed)
Patch Set: Rebaseline-cl Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698