Index: Source/core/rendering/svg/RenderSVGShape.h |
diff --git a/Source/core/rendering/svg/RenderSVGShape.h b/Source/core/rendering/svg/RenderSVGShape.h |
index ca410927fca401000676956bff06bf29535da545..e603e15e920c29e0a5c297e3299fc708555b93b6 100644 |
--- a/Source/core/rendering/svg/RenderSVGShape.h |
+++ b/Source/core/rendering/svg/RenderSVGShape.h |
@@ -65,7 +65,7 @@ public: |
protected: |
virtual void updateShapeFromElement(); |
- virtual bool isEmpty() const OVERRIDE; |
+ virtual bool isShapeEmpty() const { return path().isEmpty(); } |
virtual bool shapeDependentStrokeContains(const FloatPoint&); |
virtual bool shapeDependentFillContains(const FloatPoint&, const WindRule) const; |
float strokeWidth() const; |