| 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 b2cd4f001e62058521b5bf47f194b1a75b249b07..1b2b05494d84d31126415ad6c78cee2db7d954c6 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| +++ b/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| @@ -169,7 +169,9 @@ 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 scheduleInvalidationsForInsertedSibling(Element* beforeElement, Element& insertedElement);
|
| + void scheduleInvalidationsForRemovedSibling(Element* beforeElement, Element& removedElement, Element& afterElement);
|
| unsigned styleForElementCount() const { return m_styleForElementCount; }
|
| void incStyleForElementCount() { m_styleForElementCount++; }
|
|
|
|
|