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

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

Issue 2234683002: Remove EffectModel IDL interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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/KeyframeEffect.idl
diff --git a/third_party/WebKit/Source/core/animation/KeyframeEffect.idl b/third_party/WebKit/Source/core/animation/KeyframeEffect.idl
index 37a611265febce2b024075630129b5aa55b6378a..99b6eafaccff01a52c4a474fcd4eb92e7c0f400b 100644
--- a/third_party/WebKit/Source/core/animation/KeyframeEffect.idl
+++ b/third_party/WebKit/Source/core/animation/KeyframeEffect.idl
@@ -32,8 +32,8 @@
[
// TODO(dstockwell): the third argument should be "optional (unrestricted double or 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),
+ Constructor(Element? target, (sequence<Dictionary> or Dictionary)? effect, optional unrestricted double timing),
+ Constructor(Element? target, (sequence<Dictionary> or Dictionary)? effect, KeyframeEffectOptions timing),
ConstructorCallWith=ExecutionContext,
RaisesException=Constructor,
RuntimeEnabled=WebAnimationsAPI,

Powered by Google App Engine
This is Rietveld 408576698