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

Unified Diff: Source/core/dom/ElementRareData.h

Issue 198783003: Recalc sibling styles for forward positional rules on mutations only. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed review issue. Created 6 years, 9 months 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 | « Source/core/dom/Element.cpp ('k') | Source/core/dom/SiblingRuleHelper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/ElementRareData.h
diff --git a/Source/core/dom/ElementRareData.h b/Source/core/dom/ElementRareData.h
index 8b9e39a096df10345c6398394fc7705820ddfa51..629c8bb69aa5ec1e9cf4ec5ab143532fb88f5583 100644
--- a/Source/core/dom/ElementRareData.h
+++ b/Source/core/dom/ElementRareData.h
@@ -233,6 +233,7 @@ inline void ElementRareData::resetDynamicRestyleObservations()
clearFlag(ChildrenAffectedByFirstChildRules);
clearFlag(ChildrenAffectedByLastChildRules);
clearFlag(ChildrenAffectedByDirectAdjacentRules);
+ clearFlag(ChildrenAffectedByIndirectAdjacentRules);
clearFlag(ChildrenAffectedByForwardPositionalRules);
clearFlag(ChildrenAffectedByBackwardPositionalRules);
}
« no previous file with comments | « Source/core/dom/Element.cpp ('k') | Source/core/dom/SiblingRuleHelper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698