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

Unified Diff: sky/examples/rendering/transform.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/touch_demo.dart ('k') | sky/home.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/rendering/transform.dart
diff --git a/sky/examples/rendering/transform.dart b/sky/examples/rendering/transform.dart
index 5c895977c9afd6e4716f2dec18c4d805a42fca2a..ab53c81a569e5135c2aa2505a2eba1fc4ba52019 100644
--- a/sky/examples/rendering/transform.dart
+++ b/sky/examples/rendering/transform.dart
@@ -23,5 +23,5 @@ void main() {
RenderFlex flex = new RenderFlex();
flex.add(spin);
- app = new AppView(flex);
+ app = new AppView(root: flex);
}
« no previous file with comments | « sky/examples/rendering/touch_demo.dart ('k') | sky/home.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698