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

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

Issue 1232063006: Remove "RenderBlock" class from examples that use it without giving it unrestricted height. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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/tests/widgets/syncs1.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/syncs1-expected.txt
diff --git a/sky/tests/widgets/syncs1-expected.txt b/sky/tests/widgets/syncs1-expected.txt
index f1ffae8408f22da383146f81603903a5a3dcad17..d5470acbf3d24ecf38f65956683cb8cbba266466 100644
--- a/sky/tests/widgets/syncs1-expected.txt
+++ b/sky/tests/widgets/syncs1-expected.txt
@@ -6,7 +6,7 @@ PAINT FOR FRAME #1 ----------------------------------------------
CONSOLE:
PAINT FOR FRAME #2 ----------------------------------------------
2 | TestPaintingCanvas() constructor: 800.0 x 600.0
-2 | paintChild RenderBlock at Point(0.0, 0.0)
+2 | paintChild RenderFlex at Point(0.0, 0.0)
2 | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | paintChild RenderConstrainedBox at Point(0.0, 0.0)
2 | | | TestPaintingCanvas() constructor: 800.0 x 600.0
@@ -68,7 +68,7 @@ PAINT FOR FRAME #2 ----------------------------------------------
CONSOLE:
PAINT FOR FRAME #3 ----------------------------------------------
3 | TestPaintingCanvas() constructor: 800.0 x 600.0
-3 | paintChild RenderBlock at Point(0.0, 0.0)
+3 | paintChild RenderFlex at Point(0.0, 0.0)
3 | | TestPaintingCanvas() constructor: 800.0 x 600.0
3 | | paintChild RenderConstrainedBox at Point(0.0, 0.0)
3 | | | TestPaintingCanvas() constructor: 800.0 x 600.0
@@ -130,7 +130,7 @@ PAINT FOR FRAME #3 ----------------------------------------------
CONSOLE:
PAINT FOR FRAME #4 ----------------------------------------------
4 | TestPaintingCanvas() constructor: 800.0 x 600.0
-4 | paintChild RenderBlock at Point(0.0, 0.0)
+4 | paintChild RenderFlex at Point(0.0, 0.0)
4 | | TestPaintingCanvas() constructor: 800.0 x 600.0
4 | | paintChild RenderConstrainedBox at Point(0.0, 0.0)
4 | | | TestPaintingCanvas() constructor: 800.0 x 600.0
« no previous file with comments | « sky/tests/widgets/syncs1.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698