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

Unified Diff: sky/tests/examples/stocks-expected.txt

Issue 1204523002: Material light and dark themes for Sky widgets (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fix analyzer warning properly 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
Index: sky/tests/examples/stocks-expected.txt
diff --git a/sky/tests/examples/stocks-expected.txt b/sky/tests/examples/stocks-expected.txt
index 72854a1f36decbb8b29953eeb06638e91025884b..bfb1a2102f36dcc84267cfaa0043f608364a26d5 100644
--- a/sky/tests/examples/stocks-expected.txt
+++ b/sky/tests/examples/stocks-expected.txt
@@ -44,7 +44,7 @@ PAINT FOR FRAME #2 ----------------------------------------------
2 | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0
2 | | | paintChild RenderDecoratedBox at Point(728.0, 528.0)
2 | | | | TestDisplayList() constructor: 800.0 x 600.0
-2 | | | | drawCircle(28.0, 28.0, 28.0, Paint(color:Color(0xfff44336), drawLooper:true))
+2 | | | | drawCircle(28.0, 28.0, 28.0, Paint(color:Color(0xffff5252), drawLooper:true))
2 | | | | saveLayer(Rect.fromLTRB(0.0, 0.0, 56.0, 56.0), Paint(color:Color(0xff000000)))
2 | | | | clipPath(Instance of 'Path')
2 | | | | paintChild RenderImage at Point(16.0, 16.0)
@@ -92,7 +92,7 @@ PAINT FOR FRAME #3 ----------------------------------------------
3 | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0
3 | | | paintChild RenderDecoratedBox at Point(728.0, 528.0)
3 | | | | TestDisplayList() constructor: 800.0 x 600.0
-3 | | | | drawCircle(28.0, 28.0, 28.0, Paint(color:Color(0xfff44336), drawLooper:true))
+3 | | | | drawCircle(28.0, 28.0, 28.0, Paint(color:Color(0xffff5252), drawLooper:true))
3 | | | | saveLayer(Rect.fromLTRB(0.0, 0.0, 56.0, 56.0), Paint(color:Color(0xff000000)))
3 | | | | clipPath(Instance of 'Path')
3 | | | | paintChild RenderImage at Point(16.0, 16.0)

Powered by Google App Engine
This is Rietveld 408576698