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

Unified Diff: sky/sdk/lib/framework/app.dart

Issue 1172123003: Fix the Sky tests (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 | « no previous file | sky/sdk/lib/framework/rendering/box.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/framework/app.dart
diff --git a/sky/sdk/lib/framework/app.dart b/sky/sdk/lib/framework/app.dart
index ce27dde89552171dc72475f9f05b6a13742b5f04..41b8e3e435f1c00e950a097c290106deaf4e4043 100644
--- a/sky/sdk/lib/framework/app.dart
+++ b/sky/sdk/lib/framework/app.dart
@@ -25,7 +25,7 @@ class AppView {
_renderView = new RenderView(child: root);
_renderView.attach();
_renderView.rootConstraints = _viewConstraints;
- _renderView.layout(_renderView.rootConstraints);
+ _renderView.scheduleInitialLayout();
}
RenderView _renderView;
« no previous file with comments | « no previous file | sky/sdk/lib/framework/rendering/box.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698