Index: Source/core/animation/css/CSSAnimationDataList.h |
diff --git a/Source/core/platform/animation/CSSAnimationDataList.h b/Source/core/animation/css/CSSAnimationDataList.h |
similarity index 95% |
rename from Source/core/platform/animation/CSSAnimationDataList.h |
rename to Source/core/animation/css/CSSAnimationDataList.h |
index 48d855674f04c7458f0c9893231a6ed45f0d282a..03a4ef0c0c3111ae9e5ab52b9a4e40fd0a58898e 100644 |
--- a/Source/core/platform/animation/CSSAnimationDataList.h |
+++ b/Source/core/animation/css/CSSAnimationDataList.h |
@@ -25,7 +25,7 @@ |
#ifndef CSSAnimationDataList_h |
#define CSSAnimationDataList_h |
-#include "core/platform/animation/CSSAnimationData.h" |
+#include "core/animation/css/CSSAnimationData.h" |
#include "wtf/RefPtr.h" |
#include "wtf/Vector.h" |
@@ -38,7 +38,7 @@ public: |
explicit CSSAnimationDataList(const CSSAnimationDataList&); |
void fillUnsetProperties(); |
- bool operator==(const CSSAnimationDataList& o) const; |
+ bool operator==(const CSSAnimationDataList&) const; |
bool operator!=(const CSSAnimationDataList& o) const |
{ |
return !(*this == o); |