| 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 [11, 11, 100, 10], | 9 [11, 11, 100, 10], |
| 10 [8, 8, 106, 106] | 10 [8, 8, 106, 106] |
| 11 ], | 11 ], |
| 12 "paintInvalidationClients": [ | 12 "paintInvalidationClients": [ |
| 13 "LayoutTextControl TEXTAREA", | 13 "LayoutTextControl TEXTAREA", |
| 14 "LayoutBlockFlow DIV id='inner-editor'", | |
| 15 "LayoutTextControl TEXTAREA", | |
| 16 "LayoutBlockFlow DIV id='inner-editor'" | 14 "LayoutBlockFlow DIV id='inner-editor'" |
| 17 ] | 15 ] |
| 18 } | 16 } |
| 19 ] | 17 ] |
| 20 } | 18 } |
| 21 | 19 |
| OLD | NEW |