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

Unified Diff: sky/tests/raw/render_flex.dart

Issue 1158983005: Implement Container in fn2 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: nit Created 5 years, 7 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
Index: sky/tests/raw/render_flex.dart
diff --git a/sky/tests/raw/render_flex.dart b/sky/tests/raw/render_flex.dart
index 60d0cb82cbfe4af43513090011e8127dd0271fb2..7898a7dd067dd5c40d919ff64313a8c765168b5b 100644
--- a/sky/tests/raw/render_flex.dart
+++ b/sky/tests/raw/render_flex.dart
@@ -72,7 +72,8 @@ void main() {
child: renderBlock
);
- flexRoot.add(new RenderPadding(const EdgeDims(10.0, 10.0, 10.0, 10.0), renderDecoratedBlock));
+ flexRoot.add(new RenderPadding(padding: const EdgeDims(10.0, 10.0, 10.0, 10.0),
Hixie 2015/06/02 21:52:21 This can be const EdgeDims.all(10.0) now.
abarth-chromium 2015/06/02 22:32:21 Done.
+ child: renderDecoratedBlock));
var row = new RenderFlex(direction: FlexDirection.Horizontal);
« sky/sdk/lib/framework/rendering/box.dart ('K') | « sky/sdk/lib/framework/rendering/box.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698