Index: Source/core/animation/Animation.h |
diff --git a/Source/core/animation/Animation.h b/Source/core/animation/Animation.h |
index ae2be2b890e64649f3019a1d773375bc9759f2f6..6e30649f0d98dca01ae8d2eeb49709ce8b26e72c 100644 |
--- a/Source/core/animation/Animation.h |
+++ b/Source/core/animation/Animation.h |
@@ -68,6 +68,7 @@ |
Priority priority() const { return m_priority; } |
Element* target() const { return m_target; } |
+ void notifySampledEffectRemovedFromAnimationStack(); |
#if !ENABLE(OILPAN) |
void notifyElementDestroyed(); |
#endif |