Index: Source/core/rendering/svg/RenderSVGModelObject.h |
diff --git a/Source/core/rendering/svg/RenderSVGModelObject.h b/Source/core/rendering/svg/RenderSVGModelObject.h |
index 7653a4c6f0ce73514ed66596171944f750df43dd..5c7515d17cd55a5db195f94190bcfa230d9b4dea 100644 |
--- a/Source/core/rendering/svg/RenderSVGModelObject.h |
+++ b/Source/core/rendering/svg/RenderSVGModelObject.h |
@@ -33,6 +33,7 @@ |
#include "core/rendering/RenderObject.h" |
#include "core/rendering/svg/SVGRenderSupport.h" |
+#include "core/svg/SVGRect.h" |
namespace WebCore { |
@@ -59,8 +60,8 @@ public: |
virtual void styleWillChange(StyleDifference, const RenderStyle* newStyle) OVERRIDE FINAL; |
virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle); |
- static bool checkIntersection(RenderObject*, const FloatRect&); |
- static bool checkEnclosure(RenderObject*, const FloatRect&); |
+ static bool checkIntersection(RenderObject*, const SVGRect&); |
+ static bool checkEnclosure(RenderObject*, const SVGRect&); |
virtual FloatRect repaintRectInLocalCoordinatesExcludingSVGShadow() const { return repaintRectInLocalCoordinates(); } |
bool hasSVGShadow() const { return m_hasSVGShadow; } |