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

Unified Diff: client/html/src/AnimationEvent.dart

Issue 8404013: Add constructors to all the event classes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Regenerate release/html. Created 9 years, 2 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 | « client/html/html.dart ('k') | client/html/src/AnimationEventWrappingImplementation.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/html/src/AnimationEvent.dart
diff --git a/client/html/generated/src/interface/AnimationEvent.dart b/client/html/src/AnimationEvent.dart
similarity index 56%
rename from client/html/generated/src/interface/AnimationEvent.dart
rename to client/html/src/AnimationEvent.dart
index 309a92ea849afd0a925ce2b2cd3e401aec0ca83e..0a9eb62f3b56b50e017b10b42ddcbc6855cbee93 100644
--- a/client/html/generated/src/interface/AnimationEvent.dart
+++ b/client/html/src/AnimationEvent.dart
@@ -2,13 +2,12 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-// WARNING: Do not edit - generated code.
+interface AnimationEvent extends Event factory AnimationEventWrappingImplementation {
-interface AnimationEvent extends Event {
+ AnimationEvent(String type, String propertyName, double elapsedTime,
+ [bool canBubble, bool cancelable]);
String get animationName();
num get elapsedTime();
-
- void initWebKitAnimationEvent(String typeArg, bool canBubbleArg, bool cancelableArg, String animationNameArg, num elapsedTimeArg);
}
« no previous file with comments | « client/html/html.dart ('k') | client/html/src/AnimationEventWrappingImplementation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698