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

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

Issue 203463009: Web Animations API: Fix Synthetic keyframes + partial keyframes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add asserts that keyframe compositeOperations are replace in ensureInterpolationEffect Created 6 years, 9 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/Animation.idl
diff --git a/Source/core/animation/Animation.idl b/Source/core/animation/Animation.idl
index ee19ab068e2bc5374881b7371b1d7ae0918cdccc..5dbdc29c031eb7b6839c77a2405d555109d8dea5 100644
--- a/Source/core/animation/Animation.idl
+++ b/Source/core/animation/Animation.idl
@@ -30,6 +30,7 @@
[
RuntimeEnabled=WebAnimationsAPI,
+ RaisesException=Constructor,
Constructor(Element target, sequence<Dictionary> keyframes, Dictionary timingInput),
Constructor(Element target, sequence<Dictionary> keyframes, double timingInput),
Constructor(Element target, sequence<Dictionary> keyframes),

Powered by Google App Engine
This is Rietveld 408576698