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

Unified Diff: sky/examples/stocks2/lib/stock_app.dart

Issue 1162023004: Update BoxDecoration and RenderParagraph to use sky.Color instead of int. (Closed) Base URL: git@github.com:/domokit/mojo.git@master
Patch Set: . 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/examples/stocks2/lib/stock_app.dart
diff --git a/sky/examples/stocks2/lib/stock_app.dart b/sky/examples/stocks2/lib/stock_app.dart
index 6f72f8cf331911496eb8e30affcdf79f790b6bad..1dd1c0a615184dcc7aa72fbe3c7fc8ecc5001809 100644
--- a/sky/examples/stocks2/lib/stock_app.dart
+++ b/sky/examples/stocks2/lib/stock_app.dart
@@ -209,7 +209,7 @@ class StocksApp extends App {
return new Container(
child: new BlockContainer(children: [buildToolBar()]),
decoration: new BoxDecoration(
- backgroundColor: 0xFFFFFFFF
+ backgroundColor: sky.Color.white
)
);

Powered by Google App Engine
This is Rietveld 408576698