Index: Source/core/rendering/svg/RenderSVGBlock.cpp |
diff --git a/Source/core/rendering/svg/RenderSVGBlock.cpp b/Source/core/rendering/svg/RenderSVGBlock.cpp |
index 26afb783b6c500894332aa8f4ddbf1e3001d0f81..6dba063fc58eebda3700b5bbb1512a94c3f8b2f6 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 (!shouldCheckForSelfOrChildPaintInvalidation()) |
return; |
ForceHorriblySlowRectMapping slowRectMapping(&paintInvalidationState); |