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

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

Issue 1209413004: Instead of applying a transform for every RenderObject, pass down an Offset for where to paint. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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/widgets/dialog-expected.txt
diff --git a/sky/tests/widgets/dialog-expected.txt b/sky/tests/widgets/dialog-expected.txt
index cc2fd3d52365af7cf42fb5a4897c73ff53f08f14..e81c2bd3aab1f82dc9cf83fa464a7307a30b7e9d 100644
--- a/sky/tests/widgets/dialog-expected.txt
+++ b/sky/tests/widgets/dialog-expected.txt
@@ -15,20 +15,26 @@ PAINT FOR FRAME #2 ----------------------------------------------
2 | | | TestRenderCanvas() constructor: 800.0 x 600.0
2 | | | paintChild RenderPadding at Point(220.0, 212.5)
2 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
-2 | | | | paintChild RenderConstrainedBox at Point(40.0, 24.0)
+2 | | | | paintChild RenderConstrainedBox at Point(260.0, 236.5)
2 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
2 | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffffffff), drawLooper:true))
-2 | | | | | paintChild RenderPadding at Point(0.0, 0.0)
+2 | | | | | paintChild RenderPadding at Point(260.0, 236.5)
2 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
-2 | | | | | | paintChild RenderParagraph at Point(24.0, 24.0)
+2 | | | | | | paintChild RenderParagraph at Point(284.0, 260.5)
2 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
-2 | | | | | paintChild RenderPadding at Point(0.0, 48.0)
+2 | | | | | | | translate(284.0, 260.5)
+2 | | | | | | | translate(-284.0, -260.5)
+2 | | | | | paintChild RenderPadding at Point(260.0, 284.5)
2 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
-2 | | | | | | paintChild RenderParagraph at Point(24.0, 20.0)
+2 | | | | | | paintChild RenderParagraph at Point(284.0, 304.5)
2 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
-2 | | | | | paintChild RenderFlex at Point(0.0, 111.0)
+2 | | | | | | | translate(284.0, 304.5)
+2 | | | | | | | translate(-284.0, -304.5)
+2 | | | | | paintChild RenderFlex at Point(260.0, 347.5)
2 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
-2 | | | | | | paintChild RenderParagraph at Point(151.0, 0.0)
+2 | | | | | | paintChild RenderParagraph at Point(411.0, 347.5)
2 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
+2 | | | | | | | translate(411.0, 347.5)
+2 | | | | | | | translate(-411.0, -347.5)
------------------------------------------------------------------------
PAINTED 2 FRAMES

Powered by Google App Engine
This is Rietveld 408576698