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

Unified Diff: sky/tests/raw/box_layout-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/raw/box_layout-expected.txt
diff --git a/sky/tests/raw/box_layout-expected.txt b/sky/tests/raw/box_layout-expected.txt
index c4faee6ee98bfbb01e28dd2e57e14a09d676b623..0ac7829e4846edb3dddfb696518710ac49f5a9c1 100644
--- a/sky/tests/raw/box_layout-expected.txt
+++ b/sky/tests/raw/box_layout-expected.txt
@@ -9,6 +9,6 @@ PAINT FOR FRAME #1 ----------------------------------------------
1 | | | TestRenderCanvas() constructor: 800.0 x 600.0
1 | | | paintChild RenderDecoratedBox at Point(50.0, 50.0)
1 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
-1 | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 700.0, 100.0), Paint(color:Color(0xff00ff00)))
+1 | | | | drawRect(Rect.fromLTRB(50.0, 50.0, 750.0, 150.0), Paint(color:Color(0xff00ff00)))
------------------------------------------------------------------------
PAINTED 1 FRAMES

Powered by Google App Engine
This is Rietveld 408576698