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

Unified Diff: Source/core/dom/shadow/ShadowRoot.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: Rebased. 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
Index: Source/core/dom/shadow/ShadowRoot.h
diff --git a/Source/core/dom/shadow/ShadowRoot.h b/Source/core/dom/shadow/ShadowRoot.h
index 43091ff3ecb6104f1b1fb75ee70067a3814547f5..4905c5fbeb79990a5700e66150f61d6b8cae1b58 100644
--- a/Source/core/dom/shadow/ShadowRoot.h
+++ b/Source/core/dom/shadow/ShadowRoot.h
@@ -132,12 +132,14 @@ public:
bool childrenAffectedByFirstChildRules() const;
bool childrenAffectedByLastChildRules() const;
bool childrenAffectedByDirectAdjacentRules() const;
+ bool childrenAffectedByIndirectAdjacentRules() const;
bool childrenAffectedByForwardPositionalRules() const;
bool childrenAffectedByBackwardPositionalRules() const;
void setChildrenAffectedByFirstChildRules();
void setChildrenAffectedByLastChildRules();
void setChildrenAffectedByDirectAdjacentRules();
+ void setChildrenAffectedByIndirectAdjacentRules();
void setChildrenAffectedByForwardPositionalRules();
void setChildrenAffectedByBackwardPositionalRules();

Powered by Google App Engine
This is Rietveld 408576698