Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGTextElement.h
index da4059a..28284a1 100644 (file)
@@ -38,7 +38,6 @@ private:
     virtual bool supportsFocus() const OVERRIDE { return hasFocusEventListeners(); }
 
     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
-    virtual bool childShouldCreateRenderer(const Node& child) const OVERRIDE { return true; }
 };
 
 DEFINE_NODE_TYPE_CASTS(SVGTextElement, hasTagName(SVGNames::textTag));