Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.cpp |
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.cpp |
index d1d806826a4c95e41ce2c27c51942bd5f22dd024..e3d0528a29106323468f978fedeb511a5cb4aee3 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.cpp |
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.cpp |
@@ -248,7 +248,7 @@ void LayoutSVGRoot::styleDidChange(StyleDifference diff, |
const ComputedStyle* oldStyle) { |
if (diff.needsFullLayout()) |
setNeedsBoundariesUpdate(); |
- if (diff.needsPaintInvalidation()) { |
+ if (diff.needsFullPaintInvalidation()) { |
// Box decorations may have appeared/disappeared - recompute status. |
m_hasBoxDecorationBackground = styleRef().hasBoxDecorationBackground(); |
} |