Index: Source/core/svg/SVGStyleElement.h |
diff --git a/Source/core/svg/SVGStyleElement.h b/Source/core/svg/SVGStyleElement.h |
index 788110d0400664eca42042459758836bfa662fe0..17f89d75d38e45f3e2141d13b3e71d8775e50163 100644 |
--- a/Source/core/svg/SVGStyleElement.h |
+++ b/Source/core/svg/SVGStyleElement.h |
@@ -57,6 +57,7 @@ private: |
virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0); |
virtual void finishParsingChildren(); |
+ virtual bool rendererIsNeeded(const NodeRenderingContext&) OVERRIDE { return false; } |
virtual bool isLoading() const { return StyleElement::isLoading(); } |
virtual bool sheetLoaded() { return StyleElement::sheetLoaded(document()); } |