Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(394)

Unified Diff: Source/core/dom/Element.h

Issue 19266007: Web Animations: Introduce ActiveAnimations and AnimationStack (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698