Index: Source/core/dom/Element.h |
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
index 4f71560b17e3cbcbed59c4b3cac0a1de4151a2a9..3d758aed5674d5ba0aa4cd8a200e4ec621955215 100644 |
--- a/Source/core/dom/Element.h |
+++ b/Source/core/dom/Element.h |
@@ -37,7 +37,6 @@ |
namespace WebCore { |
-class Animation; |
class Attr; |
class Attribute; |
class ClientRect; |
@@ -625,10 +624,7 @@ public: |
virtual void reportMemoryUsage(MemoryObjectInfo*) const OVERRIDE; |
- void addActiveAnimation(Animation*); |
- void removeActiveAnimation(Animation*); |
bool hasActiveAnimations() const; |
- Vector<Animation*>* activeAnimations() const; |
InputMethodContext* getInputContext(); |