Index: Source/core/svg/SVGGElement.h |
diff --git a/Source/core/svg/SVGGElement.h b/Source/core/svg/SVGGElement.h |
index 0b6a4ffa101190abdca24de4373e00d3c4405197..a1890bce560ac1f338cb99391c1244b168de90f9 100644 |
--- a/Source/core/svg/SVGGElement.h |
+++ b/Source/core/svg/SVGGElement.h |
@@ -36,12 +36,7 @@ protected: |
virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE; |
private: |
- bool isSupportedAttribute(const QualifiedName&); |
- virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |
- virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE; |
- |
virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE; |
- |
}; |
} // namespace blink |