Index: Source/core/rendering/svg/RenderSVGRect.h |
diff --git a/Source/core/rendering/svg/RenderSVGRect.h b/Source/core/rendering/svg/RenderSVGRect.h |
index 7ae3962575545e9faab11d983deee5fc134991c9..870113083f19d22d2d5d376c8b1a6435d96cdd92 100644 |
--- a/Source/core/rendering/svg/RenderSVGRect.h |
+++ b/Source/core/rendering/svg/RenderSVGRect.h |
@@ -47,6 +47,7 @@ private: |
virtual void strokeShape(GraphicsContext*) const OVERRIDE; |
virtual bool shapeDependentStrokeContains(const FloatPoint&) OVERRIDE; |
virtual bool shapeDependentFillContains(const FloatPoint&, const WindRule) const OVERRIDE; |
+ virtual bool isRenderingDisabled() const OVERRIDE; |
private: |
FloatRect m_innerStrokeRect; |