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

Unified Diff: sky/examples/rendering/interactive_flex.dart

Issue 1178293004: Port sky_home to the new SkyView world (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 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 | « sky/examples/rendering/borders.dart ('k') | sky/examples/rendering/justify_content.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/rendering/interactive_flex.dart
diff --git a/sky/examples/rendering/interactive_flex.dart b/sky/examples/rendering/interactive_flex.dart
index 840ef9635adacade12a7a7e8cef8986376046ec4..23582fc10f80fe431acbfd7626a370a7447b012a 100644
--- a/sky/examples/rendering/interactive_flex.dart
+++ b/sky/examples/rendering/interactive_flex.dart
@@ -90,6 +90,6 @@ Pancetta meatball tongue tenderloin rump tail jowl boudin.""";
child: row
);
- app = new AppView(root);
+ app = new AppView(root: root);
view.setEventCallback(handleEvent);
}
« no previous file with comments | « sky/examples/rendering/borders.dart ('k') | sky/examples/rendering/justify_content.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698