| 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 ff6ea84d894d79898f1a2c7d1a6ffe44d7530c17..13d290ac8390e9b9f11129018e78e660b4d590a9 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Node.cpp
|
| @@ -748,8 +748,6 @@ void Node::setNeedsStyleRecalc(StyleChangeType changeType,
|
| void Node::clearNeedsStyleRecalc() {
|
| m_nodeFlags &= ~StyleChangeMask;
|
|
|
| - clearSVGFilterNeedsLayerUpdate();
|
| -
|
| if (isElementNode() && hasRareData())
|
| toElement(*this).setAnimationStyleChange(false);
|
| }
|
|
|