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

Unified Diff: core/animation/Animation.idl

Issue 540533002: Roll IDL to Dartium37 (r181268) (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 years, 3 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/README ('k') | core/animation/AnimationEffect.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/animation/Animation.idl
diff --git a/core/animation/Animation.idl b/core/animation/Animation.idl
index ee19ab068e2bc5374881b7371b1d7ae0918cdccc..02b98bf8234570c35b31e85820a75219fe3f3fa4 100644
--- a/core/animation/Animation.idl
+++ b/core/animation/Animation.idl
@@ -28,10 +28,14 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+// http://dev.w3.org/fxtf/web-animations/#idl-def-Animation
+
[
+ // FIXME: should be optional union type http://crbug.com/240176
+ Constructor(Element? target, sequence<Dictionary> keyframes),
+ Constructor(Element? target, sequence<Dictionary> keyframes, double timingInput),
+ Constructor(Element? target, sequence<Dictionary> keyframes, Dictionary timingInput),
+ RaisesException=Constructor,
RuntimeEnabled=WebAnimationsAPI,
- Constructor(Element target, sequence<Dictionary> keyframes, Dictionary timingInput),
- Constructor(Element target, sequence<Dictionary> keyframes, double timingInput),
- Constructor(Element target, sequence<Dictionary> keyframes),
-] interface Animation : TimedItem {
+] interface Animation : AnimationNode {
};
« no previous file with comments | « core/README ('k') | core/animation/AnimationEffect.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698