| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", | 2 "layers": [ |
| 3 "bounds": [800, 600], | |
| 4 "children": [ | |
| 5 { | 3 { |
| 6 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 7 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 8 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true |
| 8 }, |
| 9 { |
| 10 "name": "LayoutBlockFlow (positioned) DIV id='container' class='composited
box'", |
| 11 "bounds": [300, 300] |
| 12 }, |
| 13 { |
| 14 "name": "LayoutHTMLCanvas (positioned) CANVAS", |
| 15 "bounds": [200, 200], |
| 9 "drawsContent": true, | 16 "drawsContent": true, |
| 10 "children": [ | 17 "paintInvalidations": [ |
| 11 { | 18 { |
| 12 "name": "LayoutBlockFlow (positioned) DIV id='container' class='compos
ited box'", | 19 "object": "LayoutHTMLCanvas (positioned) CANVAS", |
| 13 "bounds": [300, 300], | 20 "rect": [0, 0, 200, 200], |
| 14 "children": [ | 21 "reason": "layoutObject insertion" |
| 15 { | |
| 16 "name": "LayoutHTMLCanvas (positioned) CANVAS", | |
| 17 "bounds": [200, 200], | |
| 18 "drawsContent": true, | |
| 19 "paintInvalidations": [ | |
| 20 { | |
| 21 "object": "LayoutHTMLCanvas (positioned) CANVAS", | |
| 22 "rect": [0, 0, 200, 200], | |
| 23 "reason": "layoutObject insertion" | |
| 24 } | |
| 25 ] | |
| 26 } | |
| 27 ] | |
| 28 } | 22 } |
| 29 ] | 23 ] |
| 30 } | 24 } |
| 31 ], | 25 ], |
| 32 "objectPaintInvalidations": [ | 26 "objectPaintInvalidations": [ |
| 33 { | 27 { |
| 34 "object": "LayoutHTMLCanvas (positioned) CANVAS", | 28 "object": "LayoutHTMLCanvas (positioned) CANVAS", |
| 35 "reason": "subtree" | 29 "reason": "subtree" |
| 36 }, | 30 }, |
| 37 { | 31 { |
| 38 "object": "LayoutHTMLCanvas (positioned) CANVAS", | 32 "object": "LayoutHTMLCanvas (positioned) CANVAS", |
| 39 "reason": "layoutObject insertion" | 33 "reason": "layoutObject insertion" |
| 40 } | 34 } |
| 41 ] | 35 ] |
| 42 } | 36 } |
| 43 | 37 |
| OLD | NEW |