| OLD | NEW |
| 1 { | 1 { |
| 2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
| 3 "children": [ | 3 "children": [ |
| 4 { | 4 { |
| 5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "repaintRects": [ | 8 "repaintRects": [ |
| 9 [160, 20, 10, 50], | 9 [160, 20, 10, 50], |
| 10 [120, 20, 10, 50], | 10 [120, 20, 10, 50], |
| 11 [110, 20, 10, 50], | 11 [110, 20, 10, 50], |
| 12 [70, 20, 10, 50], | 12 [70, 20, 10, 50], |
| 13 [30, 20, 40, 50] | 13 [30, 20, 40, 50] |
| 14 ], | 14 ], |
| 15 "paintInvalidationClients": [ | 15 "paintInvalidationClients": [ |
| 16 "LayoutBlockFlow DIV id='flex-item-1' class='flex-item width'", | 16 "LayoutBlockFlow DIV id='flex-item-1' class='flex-item width'", |
| 17 "LayoutBlockFlow DIV class='flex-item'", | 17 "LayoutBlockFlow DIV class='flex-item'", |
| 18 "LayoutBlockFlow DIV class='flex-item'" | 18 "LayoutBlockFlow DIV class='flex-item'" |
| 19 ] | 19 ] |
| 20 } | 20 } |
| 21 ] | 21 ] |
| 22 } | 22 } |
| 23 | 23 |
| OLD | NEW |