Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(245)

Unified Diff: third_party/WebKit/Source/core/dom/Node.cpp

Issue 2401343002: Tracking filter mutation via SVGElementProxy (Closed)
Patch Set: Fix fullscreen Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 0de3ef3e8fb1f9c489a3aaafc0cbd78717d2d243..be051b99867d4bd9629359d67d9fc770e1a931ea 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);
}

Powered by Google App Engine
This is Rietveld 408576698