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

Unified Diff: sky/sdk/example/rendering/transform.dart

Issue 1215163003: Random cleanup of various Dart things in our tree. (Closed) Base URL: https://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/sdk/example/rendering/shadowed_box.dart ('k') | sky/sdk/lib/mojo/asset_bundle.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/example/rendering/transform.dart
diff --git a/sky/sdk/example/rendering/transform.dart b/sky/sdk/example/rendering/transform.dart
index 36dc8fced44e0b446c265aa257a31472cf26d566..bbb7b903167c9e50508920683f01917dd903457b 100644
--- a/sky/sdk/example/rendering/transform.dart
+++ b/sky/sdk/example/rendering/transform.dart
@@ -14,7 +14,7 @@ void main() {
decoration: new BoxDecoration(backgroundColor: const sky.Color(0xFF00FF00))
);
RenderConstrainedBox box = new RenderConstrainedBox(
- additionalConstraints: new BoxConstraints.tight(const Size(200.0, 200.0)),
+ additionalConstraints: new BoxConstraints.tight(const sky.Size(200.0, 200.0)),
child: green
);
« no previous file with comments | « sky/sdk/example/rendering/shadowed_box.dart ('k') | sky/sdk/lib/mojo/asset_bundle.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698