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

Unified Diff: sky/examples/rendering/spinning_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/shadowed_box.dart ('k') | sky/examples/rendering/touch_demo.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/rendering/spinning_flex.dart
diff --git a/sky/examples/rendering/spinning_flex.dart b/sky/examples/rendering/spinning_flex.dart
index b25bae81ef8e85240e24516dea967fd957f23e8a..24368b793e69c7a50a299b0d4e93b63a90c1678f 100644
--- a/sky/examples/rendering/spinning_flex.dart
+++ b/sky/examples/rendering/spinning_flex.dart
@@ -32,7 +32,7 @@ void main() {
RenderPadding root = new RenderPadding(padding: new EdgeDims.all(20.0), child: transformBox);
- app = new AppView(root);
+ app = new AppView(root: root);
addPersistentFrameCallback(rotate);
}
« no previous file with comments | « sky/examples/rendering/shadowed_box.dart ('k') | sky/examples/rendering/touch_demo.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698