| 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 "paintInvalidations": [ |
| 9 [100, 204, 100, 148], | 9 { |
| 10 [100, 203, 100, 149], | 10 "object": "LayoutBlockFlow DIV class='item'", |
| 11 [0, 154, 100, 198], | 11 "rect": [0, 154, 100, 198], |
| 12 [0, 153, 100, 199] | 12 "reason": "incremental" |
| 13 ], | 13 }, |
| 14 "paintInvalidationClients": [ | 14 { |
| 15 "LayoutBlockFlow DIV class='item'", | 15 "object": "LayoutBlockFlow DIV class='item'", |
| 16 "LayoutBlockFlow DIV class='item'" | 16 "rect": [0, 153, 100, 199], |
| 17 "reason": "incremental" |
| 18 }, |
| 19 { |
| 20 "object": "LayoutBlockFlow DIV class='item'", |
| 21 "rect": [100, 204, 100, 148], |
| 22 "reason": "incremental" |
| 23 }, |
| 24 { |
| 25 "object": "LayoutBlockFlow DIV class='item'", |
| 26 "rect": [100, 203, 100, 149], |
| 27 "reason": "incremental" |
| 28 } |
| 17 ] | 29 ] |
| 18 } | 30 } |
| 19 ] | 31 ] |
| 20 } | 32 } |
| 21 | 33 |
| OLD | NEW |