Index: Source/core/dom/Element.h |
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
index 0f313bfa1305916fdb41807a5732b5fcf5b7cea5..245ce0cc3ae21f7a579bbf8abd4b573719d6e21c 100644 |
--- a/Source/core/dom/Element.h |
+++ b/Source/core/dom/Element.h |
@@ -485,6 +485,7 @@ public: |
ElementAnimations* elementAnimations() const; |
ElementAnimations& ensureElementAnimations(); |
bool hasAnimations() const; |
+ void clearAnimationStyleChange(); |
InputMethodContext& inputMethodContext(); |
bool hasInputMethodContext() const; |