| 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 [405, 10, 4, 18], | 9 { |
| 10 [402, 10, 4, 18] | 10 "object": "LayoutBlockFlow DIV id='inner-editor'", |
| 11 ], | 11 "rect": [405, 10, 4, 18], |
| 12 "paintInvalidationClients": [ | 12 "reason": "invalidate paint rectangle" |
| 13 "LayoutBlockFlow DIV id='inner-editor'", | 13 }, |
| 14 "LayoutBlockFlow DIV id='inner-editor'" | 14 { |
| 15 "object": "LayoutBlockFlow DIV id='inner-editor'", |
| 16 "rect": [402, 10, 4, 18], |
| 17 "reason": "invalidate paint rectangle" |
| 18 } |
| 15 ] | 19 ] |
| 16 } | 20 } |
| 17 ] | 21 ] |
| 18 } | 22 } |
| 19 | 23 |
| OLD | NEW |