Index: Source/core/dom/Element.h |
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
index 35f6e17d7cf555b1b4db857de6703ca2b092e764..bc243740b338ab3706113767ec8cd6c65511be72 100644 |
--- a/Source/core/dom/Element.h |
+++ b/Source/core/dom/Element.h |
@@ -37,7 +37,7 @@ |
namespace WebCore { |
-class Animation; |
+class ActiveAnimations; |
class Attr; |
class Attribute; |
class ClientRect; |
@@ -622,10 +622,9 @@ public: |
IntSize savedLayerScrollOffset() const; |
void setSavedLayerScrollOffset(const IntSize&); |
- void addActiveAnimation(Animation*); |
- void removeActiveAnimation(Animation*); |
+ ActiveAnimations* activeAnimations() const; |
+ ActiveAnimations* ensureActiveAnimations(); |
bool hasActiveAnimations() const; |
- Vector<Animation*>* activeAnimations() const; |
InputMethodContext* getInputContext(); |