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 9cf5148493f656f5e368e8497435b3c491837327..06626e74740d8588c5b96140d9365df88381da33 100644 |
--- a/third_party/WebKit/Source/core/dom/StyleEngine.h |
+++ b/third_party/WebKit/Source/core/dom/StyleEngine.h |
@@ -176,6 +176,8 @@ public: |
void scheduleSiblingInvalidationsForElement(Element&, ContainerNode& schedulingParent, unsigned minDirectAdjacent); |
void scheduleInvalidationsForInsertedSibling(Element* beforeElement, Element& insertedElement); |
void scheduleInvalidationsForRemovedSibling(Element* beforeElement, Element& removedElement, Element& afterElement); |
+ void scheduleNthPseudoInvalidations(ContainerNode&); |
+ |
unsigned styleForElementCount() const { return m_styleForElementCount; } |
void incStyleForElementCount() { m_styleForElementCount++; } |