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

Unified Diff: third_party/WebKit/Source/core/css/invalidation/StyleInvalidator.h

Issue 2059163002: Schedule sibling invalidation sets for sibling insert/remove. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 6 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: third_party/WebKit/Source/core/css/invalidation/StyleInvalidator.h
diff --git a/third_party/WebKit/Source/core/css/invalidation/StyleInvalidator.h b/third_party/WebKit/Source/core/css/invalidation/StyleInvalidator.h
index 11231582cc99fba763ce415cb98a8861e65a4364..5b2f49f3125069783fdcb0ab617c294054dc06de 100644
--- a/third_party/WebKit/Source/core/css/invalidation/StyleInvalidator.h
+++ b/third_party/WebKit/Source/core/css/invalidation/StyleInvalidator.h
@@ -25,6 +25,8 @@ public:
~StyleInvalidator();
void invalidate(Document&);
void scheduleInvalidationSetsForElement(const InvalidationLists&, Element&);
+ void rescheduleSiblingInvalidationSetsForRemovedElement(Element& elementFrom, Element& elementTo, bool invalidateElementTo);
+ void scheduleDescendantsFromSiblingSets(Element&, const InvalidationSetVector& siblingSets);
void clearInvalidation(Element&);
DECLARE_TRACE();

Powered by Google App Engine
This is Rietveld 408576698