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: sky/examples/rendering/touch_demo.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/spinning_flex.dart ('k') | sky/examples/rendering/transform.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/rendering/touch_demo.dart
diff --git a/sky/examples/rendering/touch_demo.dart b/sky/examples/rendering/touch_demo.dart
index 89034781ca0d1f63f70da173551247a77b2e41fe..845ea5f3e98b998863aa83d13abf6902108f66d4 100644
--- a/sky/examples/rendering/touch_demo.dart
+++ b/sky/examples/rendering/touch_demo.dart
@@ -88,5 +88,5 @@ void main() {
// Make the paragraph not fill the whole screen so it doesn't eat events.
para.parentData..top = 40.0
..left = 20.0;
- app = new AppView(stack);
+ app = new AppView(root: stack);
}
« no previous file with comments | « sky/examples/rendering/spinning_flex.dart ('k') | sky/examples/rendering/transform.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698