| Index: Source/WebCore/svg/SVGGlyphRefElement.h
|
| ===================================================================
|
| --- Source/WebCore/svg/SVGGlyphRefElement.h (revision 92970)
|
| +++ Source/WebCore/svg/SVGGlyphRefElement.h (working copy)
|
| @@ -49,6 +49,8 @@
|
| private:
|
| SVGGlyphRefElement(const QualifiedName&, Document*);
|
|
|
| + virtual bool rendererIsNeeded(const NodeRenderingContext&) { return false; }
|
| +
|
| BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGGlyphRefElement)
|
| DECLARE_ANIMATED_STRING(Href, href)
|
| END_DECLARE_ANIMATED_PROPERTIES
|
|
|