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 7755e91c8493efd3a5b67e0044c210b3d9706a96..f3977aab71156ee3f17f16de3f295035f0e665ae 100644 |
--- a/third_party/WebKit/Source/core/dom/StyleEngine.h |
+++ b/third_party/WebKit/Source/core/dom/StyleEngine.h |
@@ -172,7 +172,7 @@ public: |
void attributeChangedForElement(const QualifiedName& attributeName, Element&); |
void idChangedForElement(const AtomicString& oldId, const AtomicString& newId, Element&); |
void pseudoStateChangedForElement(CSSSelector::PseudoType, Element&); |
- void scheduleSiblingInvalidationsForElement(Element&, ContainerNode& schedulingParent); |
+ void scheduleSiblingInvalidationsForElement(Element&, ContainerNode& schedulingParent, unsigned minDirectAdjacent); |
void scheduleInvalidationsForInsertedSibling(Element* beforeElement, Element& insertedElement); |
void scheduleInvalidationsForRemovedSibling(Element* beforeElement, Element& removedElement, Element& afterElement); |
unsigned styleForElementCount() const { return m_styleForElementCount; } |