Index: Source/core/rendering/svg/RenderSVGRoot.cpp |
diff --git a/Source/core/rendering/svg/RenderSVGRoot.cpp b/Source/core/rendering/svg/RenderSVGRoot.cpp |
index 30c0d1c31798135b57f091d97b661d7669847a3d..9143c8a60730297d3ca9d340fc2f44db16dd33ab 100644 |
--- a/Source/core/rendering/svg/RenderSVGRoot.cpp |
+++ b/Source/core/rendering/svg/RenderSVGRoot.cpp |
@@ -281,7 +281,7 @@ void RenderSVGRoot::styleDidChange(StyleDifference diff, const RenderStyle* oldS |
{ |
if (diff.needsFullLayout()) |
setNeedsBoundariesUpdate(); |
- if (diff.needsRepaint()) { |
+ if (diff.needsPaintInvalidation()) { |
// Box decorations may have appeared/disappeared - recompute status. |
m_hasBoxDecorationBackground = calculateHasBoxDecorations(); |
} |