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

Unified Diff: samples/swarm/swarm_ui_lib/layout/ViewLayout.dart

Issue 14173003: Remove Collection, Collections and clean up List/Set/Queue implementations of retain/remove. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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 | « samples/swarm/Views.dart ('k') | samples/swarm/swarm_ui_lib/view/view.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/swarm/swarm_ui_lib/layout/ViewLayout.dart
diff --git a/samples/swarm/swarm_ui_lib/layout/ViewLayout.dart b/samples/swarm/swarm_ui_lib/layout/ViewLayout.dart
index d98385fc1ff94aaa252e8ece6058ac8d042557d4..a6eadb7446db853385d061a237788f94ed68e80d 100644
--- a/samples/swarm/swarm_ui_lib/layout/ViewLayout.dart
+++ b/samples/swarm/swarm_ui_lib/layout/ViewLayout.dart
@@ -15,7 +15,7 @@ abstract class Positionable {
Element get node;
/** Gets the collection of child views. */
- Collection<Positionable> get childViews;
+ Iterable<Positionable> get childViews;
/** Causes a view to layout its children. */
void doLayout();
« no previous file with comments | « samples/swarm/Views.dart ('k') | samples/swarm/swarm_ui_lib/view/view.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698