Index: Source/core/rendering/svg/RenderSVGBlock.cpp |
diff --git a/Source/core/rendering/svg/RenderSVGBlock.cpp b/Source/core/rendering/svg/RenderSVGBlock.cpp |
index 6e46a0b65e05a65e60042d6c01d8fb3f105ca083..3e831180ad1779239b671f457140d04f36aa47af 100644 |
--- a/Source/core/rendering/svg/RenderSVGBlock.cpp |
+++ b/Source/core/rendering/svg/RenderSVGBlock.cpp |
@@ -114,7 +114,7 @@ bool RenderSVGBlock::nodeAtPoint(const HitTestRequest&, HitTestResult&, const Hi |
void RenderSVGBlock::invalidateTreeIfNeeded(const PaintInvalidationState& paintInvalidationState) |
{ |
- if (!shouldCheckForPaintInvalidation()) |
+ if (!shouldCheckForPaintInvalidation(paintInvalidationState)) |
return; |
ForceHorriblySlowRectMapping slowRectMapping(&paintInvalidationState); |