From 47b2e6b79482db3e85fac36b3803917949528d8e Mon Sep 17 00:00:00 2001 From: Collin Jackson Date: Fri, 10 Jul 2015 11:14:17 -0700 Subject: [PATCH] Support for icon theming R=ianh@google.com, hixie Review URL: https://codereview.chromium.org/1235443002 . --- engine/src/flutter/tests/widgets/buttons-expected.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/flutter/tests/widgets/buttons-expected.txt b/engine/src/flutter/tests/widgets/buttons-expected.txt index 8ea19268e53..b0cc7ae5b24 100644 --- a/engine/src/flutter/tests/widgets/buttons-expected.txt +++ b/engine/src/flutter/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)))