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

Unified Diff: core/animation/KeyframeEffect.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 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
« no previous file with comments | « core/animation/ElementAnimation.idl ('k') | core/animation/KeyframeEffectOptions.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/animation/KeyframeEffect.idl
diff --git a/core/animation/KeyframeEffect.idl b/core/animation/KeyframeEffect.idl
index 0235507d149325283a9c79cc9ffcae328af77641..5ec493d3c526c484de459ef246ce03d645834cbe 100644
--- a/core/animation/KeyframeEffect.idl
+++ b/core/animation/KeyframeEffect.idl
@@ -32,10 +32,9 @@
[
// TODO(dstockwell): the third argument should be "optional (unrestricted double or KeyframeEffectOptions) timing".
- Constructor(Element? target, sequence<Dictionary> keyframes, optional unrestricted double timing),
- Constructor(Element? target, sequence<Dictionary> keyframes, KeyframeEffectOptions timing),
+ Constructor(Element? target, (EffectModel or sequence<Dictionary> or Dictionary)? effect, optional unrestricted double timing),
+ Constructor(Element? target, (EffectModel or sequence<Dictionary> or Dictionary)? effect, KeyframeEffectOptions timing),
RaisesException=Constructor,
RuntimeEnabled=WebAnimationsAPI,
- TypeChecking=Interface,
] interface KeyframeEffect : AnimationEffectReadOnly {
};
« no previous file with comments | « core/animation/ElementAnimation.idl ('k') | core/animation/KeyframeEffectOptions.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698