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 24dfe5766b3abc3ed3cdee45b2b42a532e610fbf..d9782f97e47cab52249f10ae8e04b743b81cbf54 100644 |
--- a/third_party/WebKit/Source/core/dom/StyleEngine.h |
+++ b/third_party/WebKit/Source/core/dom/StyleEngine.h |
@@ -168,7 +168,10 @@ public: |
void attributeChangedForElement(const QualifiedName& attributeName, Element&); |
void idChangedForElement(const AtomicString& oldId, const AtomicString& newId, Element&); |
void pseudoStateChangedForElement(CSSSelector::PseudoType, Element&); |
- |
+ void scheduleSiblingInvalidationsForElement(Element&, Element& schedulingElement, unsigned minDirectAdjacent, bool invalidateSchedulingElement); |
+ void scheduleInvalidationsForInsertedSibling(Element* beforeElement, Element& insertedElement); |
+ void scheduleInvalidationsForRemovedSibling(Element* beforeElement, Element& removedElement, Element& afterElement); |
+ void willRemoveChild(Node& child); |
unsigned styleForElementCount() const { return m_styleForElementCount; } |
void incStyleForElementCount() { m_styleForElementCount++; } |