Index: core/animation/EffectModel.idl |
diff --git a/core/animation/AnimationEffect.idl b/core/animation/EffectModel.idl |
similarity index 54% |
copy from core/animation/AnimationEffect.idl |
copy to core/animation/EffectModel.idl |
index f5dc6ce2f5788ac2b080b806ce9f3afba8188b3f..38c7185aed257bdeae8e8bb443d1ee1c6dd111b8 100644 |
--- a/core/animation/AnimationEffect.idl |
+++ b/core/animation/EffectModel.idl |
@@ -2,9 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+// http://www.w3.org/TR/web-animations/#the-animationeffect-interface |
+ |
+// TODO(dstockwell): This interface has been removed in the latest spec: |
+// https://w3c.github.io/web-animations/ |
+ |
[ |
RuntimeEnabled=WebAnimationsAPI, |
NoInterfaceObject, |
WillBeGarbageCollected |
-] interface AnimationEffect { |
+] interface EffectModel { |
}; |