| 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:
|
|
|