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

Unified Diff: sky/examples/rendering/shadowed_box.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/sector_layout.dart ('k') | sky/examples/rendering/spinning_flex.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/rendering/shadowed_box.dart
diff --git a/sky/examples/rendering/shadowed_box.dart b/sky/examples/rendering/shadowed_box.dart
index 18cc6079448f30bb109ba40719fff177bf8e6df1..50c5acc4ef5b997359c71869e248ea31a46c8759 100644
--- a/sky/examples/rendering/shadowed_box.dart
+++ b/sky/examples/rendering/shadowed_box.dart
@@ -22,7 +22,7 @@ void main() {
var paddedBox = new RenderPadding(
padding: const EdgeDims.all(50.0),
child: coloredBox);
- app = new AppView(new RenderDecoratedBox(
+ app = new AppView(root: new RenderDecoratedBox(
decoration: const BoxDecoration(
backgroundColor: const Color(0xFFFFFFFF)
),
« no previous file with comments | « sky/examples/rendering/sector_layout.dart ('k') | sky/examples/rendering/spinning_flex.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698