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

Unified Diff: client/touch/Scrollbar.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/touch/EventUtil.dart ('k') | client/touch/Scroller.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/touch/Scrollbar.dart
diff --git a/client/touch/Scrollbar.dart b/client/touch/Scrollbar.dart
index ea57218e44513de14fcea69e7c9d4a22b999ddca..893b957828eb70628d68d1c26f57f1ccf239a319 100644
--- a/client/touch/Scrollbar.dart
+++ b/client/touch/Scrollbar.dart
@@ -220,7 +220,7 @@ class Scrollbar implements ScrollListener {
_scrollBarDragInProgress = false;
// TODO(jacobr): make scrollbar less tightly coupled to the scroller.
_scroller.onScrollerDragEnd.dispatch(
- EventUtil.createEvent(ScrollerEventType.DRAG_END));
+ new Event(ScrollerEventType.DRAG_END));
}
« no previous file with comments | « client/touch/EventUtil.dart ('k') | client/touch/Scroller.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698