| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index eb5161a4f7471f0a56d237a4fa78683d91add2df..eca57123aec88579e03a5e14ab1dbb755c66abb1 100644
|
| --- a/Source/core/dom/Element.h
|
| +++ b/Source/core/dom/Element.h
|
| @@ -301,6 +301,8 @@ public:
|
| virtual bool rendererIsNeeded(const RenderStyle&);
|
| void recalcStyle(StyleRecalcChange, Text* nextTextSibling = 0);
|
| void didAffectSelector(AffectedSelectorMask);
|
| + void setAnimationStyleChange(bool);
|
| + void setNeedsAnimationStyleRecalc();
|
|
|
| bool supportsStyleSharing() const;
|
|
|
|
|