Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/dom/StyleEngine.h

Issue 1317533002: Sibling invalidation sets (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Oilpan Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/core/dom/StyleEngine.h
diff --git a/third_party/WebKit/Source/core/dom/StyleEngine.h b/third_party/WebKit/Source/core/dom/StyleEngine.h
index d2dddeb37abed753bf98e98eb7bc8bec34559d49..25255553028177289ac57adae143442a8e855e3c 100644
--- a/third_party/WebKit/Source/core/dom/StyleEngine.h
+++ b/third_party/WebKit/Source/core/dom/StyleEngine.h
@@ -199,8 +199,6 @@ private:
Document* master();
Document& document() const { return *m_document; }
- void scheduleInvalidationSetsForElement(const InvalidationSetVector&, Element&);
-
typedef WillBeHeapHashSet<RawPtrWillBeMember<TreeScope>> UnorderedTreeScopeSet;
void clearMediaQueryRuleSetOnTreeScopeStyleSheets(UnorderedTreeScopeSet&);

Powered by Google App Engine