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

Unified Diff: Source/core/animation/AnimationEffect.idl

Issue 254423004: Web Animations API: Element.animate should accept a null effect (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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: Source/core/animation/AnimationEffect.idl
diff --git a/Source/core/animation/DocumentAnimation.idl b/Source/core/animation/AnimationEffect.idl
similarity index 74%
copy from Source/core/animation/DocumentAnimation.idl
copy to Source/core/animation/AnimationEffect.idl
index 2bfb6a74b00d388c5f585b10f2d56950155c2458..2164ea6d1c79e0206caa07e9e6203f51be24c554 100644
--- a/Source/core/animation/DocumentAnimation.idl
+++ b/Source/core/animation/AnimationEffect.idl
@@ -4,6 +4,5 @@
[
RuntimeEnabled=WebAnimationsAPI,
-] partial interface Document {
- readonly attribute Timeline timeline;
+] interface AnimationEffect {
};

Powered by Google App Engine
This is Rietveld 408576698