| 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 3733b523b04a9678c891dad2714e5d71758c92cb..718422df5c64b117467a2b80bcf6f30c12b6fda1 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.h
|
| +++ b/third_party/WebKit/Source/core/dom/Element.h
|
| @@ -398,7 +398,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 rebuildLayoutTree();
|
| void pseudoStateChanged(CSSSelector::PseudoType);
|
| void setAnimationStyleChange(bool);
|
| void clearAnimationStyleChange();
|
| @@ -819,6 +819,8 @@ class CORE_EXPORT Element : public ContainerNode {
|
| PassRefPtr<ComputedStyle> propagateInheritedProperties(StyleRecalcChange);
|
|
|
| StyleRecalcChange recalcOwnStyle(StyleRecalcChange, Text*);
|
| + void reattachPseudoElementLayoutTree(PseudoId);
|
| + void rebuildShadowRootLayoutTree();
|
| inline void checkForEmptyStyleChange();
|
|
|
| void updatePseudoElement(PseudoId, StyleRecalcChange);
|
|
|