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

Unified Diff: third_party/WebKit/Source/core/animation/SuperAnimationTimeline.h

Issue 2952093002: Rename SuperAnimationTimeline to AnimationTimeline (Closed)
Patch Set: Rebase Created 3 years, 6 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 | « third_party/WebKit/Source/core/animation/DocumentTimeline.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/animation/SuperAnimationTimeline.h
diff --git a/third_party/WebKit/Source/core/animation/SuperAnimationTimeline.h b/third_party/WebKit/Source/core/animation/SuperAnimationTimeline.h
deleted file mode 100644
index 92958838d8862a3a79040b02ad8a485efb9902bf..0000000000000000000000000000000000000000
--- a/third_party/WebKit/Source/core/animation/SuperAnimationTimeline.h
+++ /dev/null
@@ -1,26 +0,0 @@
-#ifndef SuperAnimationTimeline_h
-#define SuperAnimationTimeline_h
-
-#include "core/CoreExport.h"
-#include "platform/bindings/ScriptWrappable.h"
-
-namespace blink {
-
-class CORE_EXPORT SuperAnimationTimeline
- : public GarbageCollectedFinalized<SuperAnimationTimeline>,
- public ScriptWrappable {
- DEFINE_WRAPPERTYPEINFO();
-
- public:
- virtual ~SuperAnimationTimeline() {}
-
- virtual double currentTime(bool&) = 0;
-
- virtual bool IsDocumentTimeline() const { return false; }
-
- DEFINE_INLINE_VIRTUAL_TRACE() {}
-};
-
-} // namespace blink
-
-#endif
« no previous file with comments | « third_party/WebKit/Source/core/animation/DocumentTimeline.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698