| 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, |
| 9 "drawsContent": true, | 7 "drawsContent": true, |
| 10 "paintInvalidations": [ | 8 "paintInvalidations": [ |
| 11 { | 9 { |
| 12 "object": "LayoutImage IMG id='targetImage'", | 10 "object": "LayoutImage IMG id='targetImage'", |
| 13 "rect": [0, 10, 22, 22], | 11 "rect": [0, 10, 22, 22], |
| 14 "reason": "full" | 12 "reason": "full" |
| 15 } | 13 } |
| 16 ] | 14 ] |
| 17 } | 15 } |
| 18 ], | 16 ], |
| 19 "objectPaintInvalidations": [ | 17 "objectPaintInvalidations": [ |
| 20 { | 18 { |
| 21 "object": "LayoutImage IMG id='targetImage'", | 19 "object": "LayoutImage IMG id='targetImage'", |
| 22 "reason": "full" | 20 "reason": "full" |
| 23 } | 21 } |
| 24 ] | 22 ] |
| 25 } | 23 } |
| 26 | 24 |
| OLD | NEW |