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

Unified Diff: core/animation/EffectModel.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 years, 11 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/DocumentAnimation.idl ('k') | core/animation/ElementAnimation.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
};
« no previous file with comments | « core/animation/DocumentAnimation.idl ('k') | core/animation/ElementAnimation.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698