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

Unified Diff: Source/core/animation/css/CSSAnimationDataList.h

Issue 112463008: Move core/platform/animation files (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add comments and platform tests Created 6 years, 11 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
« no previous file with comments | « Source/core/animation/css/CSSAnimationData.cpp ('k') | Source/core/animation/css/CSSAnimationDataList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « Source/core/animation/css/CSSAnimationData.cpp ('k') | Source/core/animation/css/CSSAnimationDataList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698