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