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

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

Issue 1223153004: Make the drawer, popup menus, dialogs, and settings page scrollable. (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/sdk/lib/widgets/scrollable_viewport.dart ('k') | sky/tests/widgets/dialog-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/examples/stocks-expected.txt
diff --git a/sky/tests/examples/stocks-expected.txt b/sky/tests/examples/stocks-expected.txt
index cd1b989590e16a73bb886e97eca75d628f822fea..f3c4e70f7369df157653cf3595a03c9ae0c8c591 100644
--- a/sky/tests/examples/stocks-expected.txt
+++ b/sky/tests/examples/stocks-expected.txt
@@ -60,18 +60,12 @@ PAINT FOR FRAME #2 ----------------------------------------------
2 | | | | | drawRect(Rect.fromLTRB(0.0, 104.0, 800.0, 600.0), Paint(color:Color(0xfffafafa)))
2 | | | | | paintChild RenderSizeObserver at Point(0.0, 104.0)
2 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
-2 | | | | | | paintChild RenderClipRect at Point(0.0, 104.0)
+2 | | | | | | paintChild RenderViewport at Point(0.0, 104.0)
2 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | save
2 | | | | | | | clipRect(Rect.fromLTRB(0.0, 104.0, 800.0, 600.0))
-2 | | | | | | | paintChild RenderTransform at Point(0.0, 104.0)
+2 | | | | | | | paintChild RenderBlock at Point(0.0, 104.0)
2 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
-2 | | | | | | | | save
-2 | | | | | | | | translate(0.0, 104.0)
-2 | | | | | | | | concat([1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0])
-2 | | | | | | | | paintChild RenderBlock at Point(0.0, 0.0)
-2 | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
-2 | | | | | | | | restore
2 | | | | | | | restore
2 | | | paintChild RenderDecoratedBox at Point(0.0, 0.0)
2 | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
@@ -176,18 +170,12 @@ PAINT FOR FRAME #3 ----------------------------------------------
3 | | | | | drawRect(Rect.fromLTRB(0.0, 104.0, 800.0, 600.0), Paint(color:Color(0xfffafafa)))
3 | | | | | paintChild RenderSizeObserver at Point(0.0, 104.0)
3 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
-3 | | | | | | paintChild RenderClipRect at Point(0.0, 104.0)
+3 | | | | | | paintChild RenderViewport at Point(0.0, 104.0)
3 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
3 | | | | | | | save
3 | | | | | | | clipRect(Rect.fromLTRB(0.0, 104.0, 800.0, 600.0))
-3 | | | | | | | paintChild RenderTransform at Point(0.0, 104.0)
+3 | | | | | | | paintChild RenderBlock at Point(0.0, 104.0)
3 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
-3 | | | | | | | | save
-3 | | | | | | | | translate(0.0, 104.0)
-3 | | | | | | | | concat([1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0])
-3 | | | | | | | | paintChild RenderBlock at Point(0.0, 0.0)
-3 | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
-3 | | | | | | | | restore
3 | | | | | | | restore
3 | | | paintChild RenderDecoratedBox at Point(0.0, 0.0)
3 | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
« no previous file with comments | « sky/sdk/lib/widgets/scrollable_viewport.dart ('k') | sky/tests/widgets/dialog-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698