Index: Source/core/dom/Element.h |
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
index 0f313bfa1305916fdb41807a5732b5fcf5b7cea5..4092aefcd1f86e5e66f5cde47b271080723bd883 100644 |
--- a/Source/core/dom/Element.h |
+++ b/Source/core/dom/Element.h |
@@ -314,6 +314,7 @@ public: |
void recalcStyle(StyleRecalcChange, Text* nextTextSibling = nullptr); |
void pseudoStateChanged(CSSSelector::PseudoType); |
void setAnimationStyleChange(bool); |
+ void clearAnimationStyleChange(); |
void setNeedsAnimationStyleRecalc(); |
void setNeedsCompositingUpdate(); |