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

Unified Diff: third_party/WebKit/Source/core/animation/DocumentTimeline.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
Index: third_party/WebKit/Source/core/animation/DocumentTimeline.h
diff --git a/third_party/WebKit/Source/core/animation/DocumentTimeline.h b/third_party/WebKit/Source/core/animation/DocumentTimeline.h
index 089ce86f0f9438a808d75455416072292d7f2fc0..59f41e35329a3bc4fadd4c77fc3df2232d42efc0 100644
--- a/third_party/WebKit/Source/core/animation/DocumentTimeline.h
+++ b/third_party/WebKit/Source/core/animation/DocumentTimeline.h
@@ -34,8 +34,8 @@
#include <memory>
#include "core/CoreExport.h"
#include "core/animation/AnimationEffectReadOnly.h"
+#include "core/animation/AnimationTimeline.h"
#include "core/animation/EffectModel.h"
-#include "core/animation/SuperAnimationTimeline.h"
#include "core/dom/Element.h"
#include "core/dom/TaskRunnerHelper.h"
#include "platform/Timer.h"
@@ -53,7 +53,7 @@ class Document;
// DocumentTimeline is constructed and owned by Document, and tied to its
// lifecycle.
-class CORE_EXPORT DocumentTimeline : public SuperAnimationTimeline {
+class CORE_EXPORT DocumentTimeline : public AnimationTimeline {
DEFINE_WRAPPERTYPEINFO();
public:
@@ -162,7 +162,7 @@ class CORE_EXPORT DocumentTimeline : public SuperAnimationTimeline {
};
DEFINE_TYPE_CASTS(DocumentTimeline,
- SuperAnimationTimeline,
+ AnimationTimeline,
timeline,
timeline->IsDocumentTimeline(),
timeline.IsDocumentTimeline());
« no previous file with comments | « third_party/WebKit/Source/core/animation/BUILD.gn ('k') | third_party/WebKit/Source/core/animation/DocumentTimeline.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698