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

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

Issue 1516863004: Revert of Remove clearing of pending invalidation sets. (patchset #2 id:20001 of https://codereview… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2587
Patch Set: Created 5 years 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
« no previous file with comments | « third_party/WebKit/Source/core/css/invalidation/StyleInvalidator.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/Element.cpp
diff --git a/third_party/WebKit/Source/core/dom/Element.cpp b/third_party/WebKit/Source/core/dom/Element.cpp
index 575b315200c86f5f591b7e574ae3f19c22bd5757..35a1d56049ba7abad9aa03485d2a24aeb7f57566 100644
--- a/third_party/WebKit/Source/core/dom/Element.cpp
+++ b/third_party/WebKit/Source/core/dom/Element.cpp
@@ -1548,8 +1548,6 @@ void Element::removedFrom(ContainerNode* insertionPoint)
if (ElementAnimations* elementAnimations = data->elementAnimations())
elementAnimations->cssAnimations().cancel();
}
-
- document().styleEngine().styleInvalidator().clearInvalidation(*this);
}
void Element::attach(const AttachContext& context)
@@ -1636,6 +1634,8 @@ void Element::detach(const AttachContext& context)
document().userActionElements().didDetach(*this);
}
+ document().styleEngine().styleInvalidator().clearInvalidation(*this);
+
if (svgFilterNeedsLayerUpdate())
document().unscheduleSVGFilterLayerUpdateHack(*this);
« no previous file with comments | « third_party/WebKit/Source/core/css/invalidation/StyleInvalidator.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698