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

Unified Diff: sky/examples/rendering/sector_layout.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/render_paragraph.dart ('k') | sky/examples/rendering/shadowed_box.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/rendering/sector_layout.dart
diff --git a/sky/examples/rendering/sector_layout.dart b/sky/examples/rendering/sector_layout.dart
index 2b1d6a0c90af77ccd83b37c6f8a8a588c6d552e0..875bbe8ef291f65473264597f593ac75bc809d18 100644
--- a/sky/examples/rendering/sector_layout.dart
+++ b/sky/examples/rendering/sector_layout.dart
@@ -502,5 +502,5 @@ void main() {
rootCircle.add(stack);
var root = new RenderBoxToRenderSectorAdapter(innerRadius: 50.0, child: rootCircle);
- app = new AppView(root);
+ app = new AppView(root: root);
}
« no previous file with comments | « sky/examples/rendering/render_paragraph.dart ('k') | sky/examples/rendering/shadowed_box.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698