| Index: sky/engine/core/dom/Element.h
|
| diff --git a/sky/engine/core/dom/Element.h b/sky/engine/core/dom/Element.h
|
| index fc7b4976b45efcf4cb4b24eae19d1027e6d76310..9f7e458009be54412c9bbcd1d496356552917ddd 100644
|
| --- a/sky/engine/core/dom/Element.h
|
| +++ b/sky/engine/core/dom/Element.h
|
| @@ -201,7 +201,7 @@ public:
|
| void detach(const AttachContext& = AttachContext()) final;
|
|
|
| virtual RenderObject* createRenderer(RenderStyle*);
|
| - void recalcStyle(StyleRecalcChange, Text* nextTextSibling = 0);
|
| + void recalcStyle(StyleRecalcChange);
|
| void setAnimationStyleChange(bool);
|
| void setNeedsAnimationStyleRecalc();
|
|
|
|
|