| 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 [762, 8, 15, 300], | 9 { |
| 10 [8, 8, 769, 300], | 10 "object": "LayoutBlockFlow DIV", |
| 11 [8, 8, 300, 300], | 11 "rect": [8, 8, 300, 300], |
| 12 [8, 8, 300, 300] | 12 "reason": "location change" |
| 13 ], | 13 }, |
| 14 "paintInvalidationClients": [ | 14 { |
| 15 "LayoutBlockFlow DIV id='innerDiv'", | 15 "object": "LayoutBlockFlow DIV", |
| 16 "VerticalScrollbar", | 16 "rect": [8, 8, 300, 300], |
| 17 "LayoutBlockFlow DIV", | 17 "reason": "location change" |
| 18 "LayoutBlockFlow DIV" | 18 }, |
| 19 { |
| 20 "object": "LayoutBlockFlow DIV id='innerDiv'", |
| 21 "rect": [8, 8, 769, 300], |
| 22 "reason": "full" |
| 23 }, |
| 24 { |
| 25 "object": "LayoutBlockFlow DIV id='innerDiv'", |
| 26 "rect": [762, 8, 15, 300], |
| 27 "reason": "scroll" |
| 28 }, |
| 29 { |
| 30 "object": "VerticalScrollbar", |
| 31 "rect": [0, 0, 0, 0], |
| 32 "reason": "scroll" |
| 33 } |
| 19 ] | 34 ] |
| 20 } | 35 } |
| 21 ] | 36 ] |
| 22 } | 37 } |
| 23 | 38 |
| OLD | NEW |