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

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

Issue 2592423002: Reschedule sibling invalidations as descendant on removal. (Closed)
Patch Set: Moved DCHECK. Created 4 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
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 aaaa1f9544ea3b9adfa561aceb3df6650411c7a1..b806ee828aae6c46a29062ee19bc90f24fee303e 100644
--- a/third_party/WebKit/Source/core/css/invalidation/StyleInvalidator.h
+++ b/third_party/WebKit/Source/core/css/invalidation/StyleInvalidator.h
@@ -31,6 +31,7 @@ class StyleInvalidator {
void scheduleSiblingInvalidationsAsDescendants(
const InvalidationLists&,
ContainerNode& schedulingParent);
+ void rescheduleSiblingInvalidationsAsDescendants(Element&);
void clearInvalidation(ContainerNode&);
DEFINE_INLINE_TRACE() { visitor->trace(m_pendingInvalidationMap); }

Powered by Google App Engine
This is Rietveld 408576698