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

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

Issue 1185423003: Add a Paint::toString() method to describe our Paint objects. (Closed) Base URL: git@github.com:/domokit/mojo.git@master
Patch Set: abarth 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/tests/widgets/buttons-expected.txt ('k') | sky/tests/widgets/syncs1-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/widgets/dialog-expected.txt
diff --git a/sky/tests/widgets/dialog-expected.txt b/sky/tests/widgets/dialog-expected.txt
index 8866325791cbc4039fca0380fd0148983ed93e0c..1387974b1fccc56f510596d99af91209efe6558a 100644
--- a/sky/tests/widgets/dialog-expected.txt
+++ b/sky/tests/widgets/dialog-expected.txt
@@ -10,12 +10,12 @@ PAINT FOR FRAME #2 ----------------------------------------------
2 | | TestDisplayList() constructor: 800.0 x 600.0
2 | | paintChild RenderDecoratedBox at Point(0.0, 0.0)
2 | | | TestDisplayList() constructor: 800.0 x 600.0
-2 | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 600.0), Paint(Color(0x7f000000)))
+2 | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 600.0), Paint(color:Color(0x7f000000)))
2 | | paintChild RenderPositionedBox at Point(0.0, 0.0)
2 | | | TestDisplayList() constructor: 800.0 x 600.0
2 | | | paintChild RenderConstrainedBox at Point(260.0, 276.0)
2 | | | | TestDisplayList() constructor: 800.0 x 600.0
-2 | | | | drawRRect(Instance of 'RRect', Paint(Color(0xfffafafa)))
+2 | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xfffafafa), drawLooper:true))
2 | | | | paintChild RenderParagraph at Point(0.0, 0.0)
2 | | | | | TestDisplayList() constructor: 800.0 x 600.0
2 | | | | paintChild RenderParagraph at Point(0.0, 16.0)
« no previous file with comments | « sky/tests/widgets/buttons-expected.txt ('k') | sky/tests/widgets/syncs1-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698