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

Unified Diff: sky/tests/widgets/buttons-expected.txt

Issue 1235443002: Support for icon theming (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fix analyzer warning Created 5 years, 5 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/lib/widgets/tool_bar.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/widgets/buttons-expected.txt
diff --git a/sky/tests/widgets/buttons-expected.txt b/sky/tests/widgets/buttons-expected.txt
index 8ea19268e53d130e45bea9d3b30abdecdfa6e08f..b0cc7ae5b240bf41b7e1d1384f31cad68aefedc0 100644
--- a/sky/tests/widgets/buttons-expected.txt
+++ b/sky/tests/widgets/buttons-expected.txt
@@ -59,7 +59,7 @@ PAINT FOR FRAME #4 ----------------------------------------------
4 | | TestPaintingCanvas() constructor: 800.0 x 600.0
4 | | paintChild RenderDecoratedBox at Point(372.0, 272.0)
4 | | | TestPaintingCanvas() constructor: 800.0 x 600.0
-4 | | | drawCircle(Point(400.0, 300.0), 28.0, Paint(color:Color(0xffff4081), drawLooper:true))
+4 | | | drawCircle(Point(400.0, 300.0), 28.0, Paint(color:Color(0xff2196f3), drawLooper:true))
4 | | | paintChild RenderClipOval at Point(372.0, 272.0)
4 | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
4 | | | | saveLayer(Rect.fromLTRB(372.0, 272.0, 428.0, 328.0), Paint(color:Color(0xff000000)))
« no previous file with comments | « sky/sdk/lib/widgets/tool_bar.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698