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

Unified Diff: Source/core/rendering/svg/RenderSVGTSpan.h

Issue 143263011: Convert SVG <text> and descendants to use RenderObject::isChildAllowed (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 months 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: Source/core/rendering/svg/RenderSVGTSpan.h
diff --git a/Source/core/rendering/svg/RenderSVGTSpan.h b/Source/core/rendering/svg/RenderSVGTSpan.h
index e6826b7abf1102e22443b3d83a553435abd644de..7875119a34fdc6992fec1c19b95aeb31c3fbb1a3 100644
--- a/Source/core/rendering/svg/RenderSVGTSpan.h
+++ b/Source/core/rendering/svg/RenderSVGTSpan.h
@@ -28,6 +28,9 @@ namespace WebCore {
class RenderSVGTSpan FINAL : public RenderSVGInline {
public:
explicit RenderSVGTSpan(Element*);
+
+ virtual bool isChildAllowed(RenderObject* child, RenderStyle*) const OVERRIDE;
+
virtual const char* renderName() const OVERRIDE { return "RenderSVGTSpan"; }
};
}
« no previous file with comments | « no previous file | Source/core/rendering/svg/RenderSVGTSpan.cpp » ('j') | Source/core/rendering/svg/RenderSVGTSpan.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698