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

Unified Diff: client/html/src/OverflowEvent.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
Index: client/html/src/OverflowEvent.dart
diff --git a/client/html/generated/src/interface/OverflowEvent.dart b/client/html/src/OverflowEvent.dart
similarity index 70%
rename from client/html/generated/src/interface/OverflowEvent.dart
rename to client/html/src/OverflowEvent.dart
index 2fc48fb9c59efb8c9bdabce2fe9fdc6134734c14..f76c72b022135ae0d11f8d26a6da6c0a69544786 100644
--- a/client/html/generated/src/interface/OverflowEvent.dart
+++ b/client/html/src/OverflowEvent.dart
@@ -2,9 +2,9 @@
// 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 OverflowEvent extends Event factory OverflowEventWrappingImplementation {
-interface OverflowEvent extends Event {
+ OverflowEvent(int orient, bool horizontalOverflow, bool verticalOverflow);
static final int BOTH = 2;
@@ -17,6 +17,4 @@ interface OverflowEvent extends Event {
int get orient();
bool get verticalOverflow();
-
- void initOverflowEvent(int orient, bool horizontalOverflow, bool verticalOverflow);
}
« no previous file with comments | « client/html/src/MutationEventWrappingImplementation.dart ('k') | client/html/src/OverflowEventWrappingImplementation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698