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

Unified Diff: Source/core/rendering/svg/RenderSVGTextPath.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/RenderSVGTextPath.h
diff --git a/Source/core/rendering/svg/RenderSVGTextPath.h b/Source/core/rendering/svg/RenderSVGTextPath.h
index d1388ed16b7edd2765eaef574c1c9c02effc138f..6d98871341f1d1e2a27095a2ed3f1a3151b0b8d8 100644
--- a/Source/core/rendering/svg/RenderSVGTextPath.h
+++ b/Source/core/rendering/svg/RenderSVGTextPath.h
@@ -32,6 +32,8 @@ public:
Path layoutPath() const;
float startOffset() const;
+ virtual bool isChildAllowed(RenderObject*, RenderStyle*) const OVERRIDE;
+
virtual bool isSVGTextPath() const OVERRIDE { return true; }
private:

Powered by Google App Engine
This is Rietveld 408576698