| 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..fcbfb941e2c52342f0ed584c95cc8bd00e711ddc 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, unsigned minDirectAdjacent);
|
| + void scheduleInvalidationsForInsertedSibling(Element* beforeElement, Element& insertedElement);
|
| + void scheduleInvalidationsForRemovedSibling(Element* beforeElement, Element& removedElement, Element& afterElement);
|
| unsigned styleForElementCount() const { return m_styleForElementCount; }
|
| void incStyleForElementCount() { m_styleForElementCount++; }
|
|
|
|
|