Index: third_party/WebKit/Source/core/dom/Element.h |
diff --git a/third_party/WebKit/Source/core/dom/Element.h b/third_party/WebKit/Source/core/dom/Element.h |
index 208585d7af83e48a1ed63bc2b1436893cec7586d..63b5f9215a137d2436e6cab6ec4ec293335d1b25 100644 |
--- a/third_party/WebKit/Source/core/dom/Element.h |
+++ b/third_party/WebKit/Source/core/dom/Element.h |
@@ -400,6 +400,7 @@ class CORE_EXPORT Element : public ContainerNode { |
virtual LayoutObject* createLayoutObject(const ComputedStyle&); |
virtual bool layoutObjectIsNeeded(const ComputedStyle&); |
void recalcStyle(StyleRecalcChange, Text* nextTextSibling = nullptr); |
+ StyleRecalcChange rebuildLayoutTree(); |
void pseudoStateChanged(CSSSelector::PseudoType); |
void setAnimationStyleChange(bool); |
void clearAnimationStyleChange(); |
@@ -815,8 +816,6 @@ class CORE_EXPORT Element : public ContainerNode { |
PassRefPtr<ComputedStyle> propagateInheritedProperties(StyleRecalcChange); |
StyleRecalcChange recalcOwnStyle(StyleRecalcChange); |
- StyleRecalcChange rebuildLayoutTree(); |
- |
inline void checkForEmptyStyleChange(); |
void updatePseudoElement(PseudoId, StyleRecalcChange); |