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

Side by Side Diff: sky/tests/raw/sector_layout-expected.txt

Issue 1190123003: Decouple Canvas from DisplayList and map Picture and PictureRecorder more directly to their Skia co… (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Rebased version of previous patch 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 unified diff | Download patch
OLDNEW
1 CONSOLE: TestRenderView enabled 1 CONSOLE: TestRenderView enabled
2 CONSOLE: 2 CONSOLE:
3 PAINT FOR FRAME #1 ---------------------------------------------- 3 PAINT FOR FRAME #1 ----------------------------------------------
4 1 | TestDisplayList() constructor: 800.0 x 600.0 4 1 | TestRenderCanvas() constructor: 800.0 x 600.0
5 1 | paintChild RenderBoxToRenderSectorAdapter at Point(0.0, 0.0) 5 1 | paintChild RenderBoxToRenderSectorAdapter at Point(0.0, 0.0)
6 1 | | TestDisplayList() constructor: 800.0 x 600.0 6 1 | | TestRenderCanvas() constructor: 800.0 x 600.0
7 1 | | paintChild RenderSectorRing at Point(400.0, 300.0) 7 1 | | paintChild RenderSectorRing at Point(400.0, 300.0)
8 1 | | | TestDisplayList() constructor: 800.0 x 600.0 8 1 | | | TestRenderCanvas() constructor: 800.0 x 600.0
9 1 | | | paintChild RenderSolidColor at Point(0.0, 0.0) 9 1 | | | paintChild RenderSolidColor at Point(0.0, 0.0)
10 1 | | | | TestDisplayList() constructor: 800.0 x 600.0 10 1 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
11 1 | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff00ffff))) 11 1 | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff00ffff)))
12 1 | | | paintChild RenderSolidColor at Point(0.0, 0.0) 12 1 | | | paintChild RenderSolidColor at Point(0.0, 0.0)
13 1 | | | | TestDisplayList() constructor: 800.0 x 600.0 13 1 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
14 1 | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff0000ff))) 14 1 | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff0000ff)))
15 1 | | | paintChild RenderSectorSlice at Point(0.0, 0.0) 15 1 | | | paintChild RenderSectorSlice at Point(0.0, 0.0)
16 1 | | | | TestDisplayList() constructor: 800.0 x 600.0 16 1 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
17 1 | | | | paintChild RenderSolidColor at Point(0.0, 0.0) 17 1 | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
18 1 | | | | | TestDisplayList() constructor: 800.0 x 600.0 18 1 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
19 1 | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xffffff00))) 19 1 | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xffffff00)))
20 1 | | | | paintChild RenderSolidColor at Point(0.0, 0.0) 20 1 | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
21 1 | | | | | TestDisplayList() constructor: 800.0 x 600.0 21 1 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
22 1 | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xffff9000))) 22 1 | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xffff9000)))
23 1 | | | | paintChild RenderSolidColor at Point(0.0, 0.0) 23 1 | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
24 1 | | | | | TestDisplayList() constructor: 800.0 x 600.0 24 1 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
25 1 | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff00ff00))) 25 1 | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff00ff00)))
26 ------------------------------------------------------------------------ 26 ------------------------------------------------------------------------
27 PAINTED 1 FRAMES 27 PAINTED 1 FRAMES
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698