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

Unified Diff: third_party/WebKit/Source/core/animation/AnimationTimeline.idl

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/AnimationTimeline.idl
diff --git a/third_party/WebKit/Source/core/animation/AnimationTimeline.idl b/third_party/WebKit/Source/core/animation/AnimationTimeline.idl
index f10a5573983ef1c75ad3ac817adff4ca0b651d93..dd32f96faa8bc4a3c06737db11e174bf6cb4f8a4 100644
--- a/third_party/WebKit/Source/core/animation/AnimationTimeline.idl
+++ b/third_party/WebKit/Source/core/animation/AnimationTimeline.idl
@@ -5,8 +5,7 @@
// https://w3c.github.io/web-animations/#the-animationtimeline-interface
[
- RuntimeEnabled=WebAnimationsAPI,
- ImplementedAs=SuperAnimationTimeline
+ RuntimeEnabled=WebAnimationsAPI
] interface AnimationTimeline {
readonly attribute double? currentTime;
};
« no previous file with comments | « third_party/WebKit/Source/core/animation/AnimationTimeline.h ('k') | third_party/WebKit/Source/core/animation/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698