Index: Source/core/svg/SVGAltGlyphItemElement.h |
diff --git a/Source/core/svg/SVGAltGlyphItemElement.h b/Source/core/svg/SVGAltGlyphItemElement.h |
index a6b11210ee271562b290baa72624405814c52d99..8d228130ce9a7304384729e7535f7aab7a8f21f0 100644 |
--- a/Source/core/svg/SVGAltGlyphItemElement.h |
+++ b/Source/core/svg/SVGAltGlyphItemElement.h |
@@ -34,6 +34,8 @@ public: |
private: |
SVGAltGlyphItemElement(const QualifiedName&, Document*); |
+ |
+ virtual bool rendererIsNeeded(const NodeRenderingContext&) OVERRIDE { return false; } |
}; |
} |