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

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

Issue 2222313002: Implement DocumentTimeline (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update global-interface-listing-expected.txt Created 4 years, 4 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/DocumentAnimation.idl
diff --git a/third_party/WebKit/Source/core/animation/DocumentAnimation.idl b/third_party/WebKit/Source/core/animation/DocumentAnimation.idl
index 7e02888d405107dc9279d63c25bf539383a90d1f..197e1b0bc5b73c98a8c40adcdc088bf8cf0d8948 100644
--- a/third_party/WebKit/Source/core/animation/DocumentAnimation.idl
+++ b/third_party/WebKit/Source/core/animation/DocumentAnimation.idl
@@ -7,6 +7,5 @@
[
RuntimeEnabled=WebAnimationsAPI,
] partial interface Document {
- // TODO(dstockwell): This should be a DocumentTimeline.
- readonly attribute AnimationTimeline timeline;
+ readonly attribute DocumentTimeline timeline;
};

Powered by Google App Engine
This is Rietveld 408576698