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

Unified Diff: sky/examples/raw/ink_well.dart

Issue 1158263005: Rename "BorderSide.None" to "BorderSide.none", since it's a constant, and change the sky.Size.infin… (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/examples/game/lib/sprite_box.dart ('k') | sky/examples/raw/touch_demo.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/raw/ink_well.dart
diff --git a/sky/examples/raw/ink_well.dart b/sky/examples/raw/ink_well.dart
index afd28dbfdc7521e288c46aaecd2bd2e775aca184..b2a104cd45b4e25a69d75843bb55bea94fdc43db 100644
--- a/sky/examples/raw/ink_well.dart
+++ b/sky/examples/raw/ink_well.dart
@@ -52,7 +52,7 @@ class InkWell extends RenderBox {
}
void performLayout() {
- size = constraints.constrain(new sky.Size.infinite());
+ size = constraints.constrain(sky.Size.infinite);
}
void paint(RenderObjectDisplayList canvas) {
« no previous file with comments | « sky/examples/game/lib/sprite_box.dart ('k') | sky/examples/raw/touch_demo.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698