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

Unified Diff: client/samples/swarm/SwarmViews.dart

Issue 8363040: Implement measurement using futures (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove duplicated imports from html.dart 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/samples/swarm/App.dart ('k') | client/samples/swarm/Views.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/samples/swarm/SwarmViews.dart
diff --git a/client/samples/swarm/SwarmViews.dart b/client/samples/swarm/SwarmViews.dart
index e8befeb54fde8a5bbea03f43847cd7376fadcdc5..ce17c2b9cca0a1c4d10cb1e0bf962de76df496ea 100644
--- a/client/samples/swarm/SwarmViews.dart
+++ b/client/samples/swarm/SwarmViews.dart
@@ -937,7 +937,7 @@ class SectionView extends CompositeView {
}
// TODO(jacobr): get rid of this call to reconfigure when it is not needed.
- dataSourceView.scroller.reconfigure();
+ dataSourceView.scroller.reconfigure(() {});
}
/**
« no previous file with comments | « client/samples/swarm/App.dart ('k') | client/samples/swarm/Views.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698