Index: Source/core/svg/SVGFontFaceElement.h |
diff --git a/Source/core/svg/SVGFontFaceElement.h b/Source/core/svg/SVGFontFaceElement.h |
index 0da43df0660dc0dade71b06d4344141291c96e98..086a79340b91f622ebf7c68e2538949226816fc7 100644 |
--- a/Source/core/svg/SVGFontFaceElement.h |
+++ b/Source/core/svg/SVGFontFaceElement.h |
@@ -61,6 +61,8 @@ private: |
virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE; |
virtual void removedFrom(ContainerNode*) OVERRIDE; |
+ virtual bool rendererIsNeeded(const NodeRenderingContext&) OVERRIDE { return false; } |
+ |
RefPtr<StyleRuleFontFace> m_fontFaceRule; |
SVGFontElement* m_fontElement; |
}; |