| 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 "children": [ | 8 "children": [ |
| 9 { | 9 { |
| 10 "position": [8, 8], | 10 "position": [8, 8], |
| 11 "bounds": [402, 207], | 11 "bounds": [402, 207], |
| 12 "drawsContent": true, | 12 "drawsContent": true, |
| 13 "repaintRects": [ | 13 "paintInvalidations": [ |
| 14 [2, 155, 398, 50], | 14 { |
| 15 [2, 104, 398, 50], | 15 "object": "LayoutBlockFlow DIV", |
| 16 [0, 105, 402, 102], | 16 "rect": [2, 104, 398, 50], |
| 17 [0, 104, 402, 103] | 17 "reason": "location change" |
| 18 ], | 18 }, |
| 19 "paintInvalidationClients": [ | 19 { |
| 20 "LayoutBlockFlow DIV id='resizing'", | 20 "object": "LayoutBlockFlow DIV", |
| 21 "LayoutBlockFlow DIV", | 21 "rect": [2, 155, 398, 50], |
| 22 "LayoutBlockFlow DIV" | 22 "reason": "location change" |
| 23 }, |
| 24 { |
| 25 "object": "LayoutBlockFlow DIV id='resizing'", |
| 26 "rect": [0, 105, 402, 102], |
| 27 "reason": "incremental" |
| 28 }, |
| 29 { |
| 30 "object": "LayoutBlockFlow DIV id='resizing'", |
| 31 "rect": [0, 104, 402, 103], |
| 32 "reason": "incremental" |
| 33 } |
| 23 ] | 34 ] |
| 24 } | 35 } |
| 25 ] | 36 ] |
| 26 } | 37 } |
| 27 ] | 38 ] |
| 28 } | 39 } |
| 29 | 40 |
| OLD | NEW |