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

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..db0fc6ff2890cc43a0e883503eeae5b605d5db62 100644
--- a/Source/core/animation/DocumentAnimation.idl
+++ b/Source/core/animation/AnimationEffect.idl
@@ -4,6 +4,6 @@
[
RuntimeEnabled=WebAnimationsAPI,
-] partial interface Document {
- readonly attribute Timeline timeline;
+ NoInterfaceObject,
+] interface AnimationEffect {
};
« no previous file with comments | « LayoutTests/web-animations-api/element-animate-null-effect.html ('k') | Source/core/animation/ElementAnimation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698