Index: third_party/WebKit/Source/core/dom/Node.cpp |
diff --git a/third_party/WebKit/Source/core/dom/Node.cpp b/third_party/WebKit/Source/core/dom/Node.cpp |
index e76b88310b4cec0256864059f07e5671329cc4e3..6f5ced5d306c9f57f537ed650b071db855991c82 100644 |
--- a/third_party/WebKit/Source/core/dom/Node.cpp |
+++ b/third_party/WebKit/Source/core/dom/Node.cpp |
@@ -748,6 +748,8 @@ |
void Node::clearNeedsStyleRecalc() { |
m_nodeFlags &= ~StyleChangeMask; |
+ clearSVGFilterNeedsLayerUpdate(); |
+ |
if (isElementNode() && hasRareData()) |
toElement(*this).setAnimationStyleChange(false); |
} |