| OLD | NEW |
| 1 { | 1 { |
| 2 "bounds": [2008, 2016], | 2 "bounds": [2008, 2016], |
| 3 "children": [ | 3 "children": [ |
| 4 { | 4 { |
| 5 "bounds": [2008, 2016], | 5 "bounds": [2008, 2016], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true | 7 "drawsContent": true |
| 8 } | 8 } |
| 9 ] | 9 ] |
| 10 } | 10 } |
| 11 { | 11 { |
| 12 "bounds": [2008, 2016], | 12 "bounds": [2008, 2016], |
| 13 "children": [ | 13 "children": [ |
| 14 { | 14 { |
| 15 "bounds": [2008, 2016], | 15 "bounds": [2008, 2016], |
| 16 "contentsOpaque": true, | 16 "contentsOpaque": true, |
| 17 "drawsContent": true, | 17 "drawsContent": true, |
| 18 "repaintRects": [ | 18 "paintInvalidations": [ |
| 19 [0, 0, 300, 300] | 19 { |
| 20 ], | 20 "object": "LayoutView #document", |
| 21 "paintInvalidationClients": [ | 21 "rect": [0, 0, 300, 300], |
| 22 "LayoutView #document" | 22 "reason": "full" |
| 23 } |
| 23 ] | 24 ] |
| 24 } | 25 } |
| 25 ] | 26 ] |
| 26 } | 27 } |
| 27 { | 28 { |
| 28 "bounds": [2008, 2016], | 29 "bounds": [2008, 2016], |
| 29 "children": [ | 30 "children": [ |
| 30 { | 31 { |
| 31 "bounds": [2008, 2016], | 32 "bounds": [2008, 2016], |
| 32 "contentsOpaque": true, | 33 "contentsOpaque": true, |
| 33 "drawsContent": true | 34 "drawsContent": true |
| 34 } | 35 } |
| 35 ] | 36 ] |
| 36 } | 37 } |
| 37 { | 38 { |
| 38 "bounds": [2008, 2016], | 39 "bounds": [2008, 2016], |
| 39 "children": [ | 40 "children": [ |
| 40 { | 41 { |
| 41 "bounds": [2008, 2016], | 42 "bounds": [2008, 2016], |
| 42 "contentsOpaque": true, | 43 "contentsOpaque": true, |
| 43 "drawsContent": true, | 44 "drawsContent": true, |
| 44 "repaintRects": [ | 45 "paintInvalidations": [ |
| 45 [0, 0, 250, 250] | 46 { |
| 46 ], | 47 "object": "LayoutView #document", |
| 47 "paintInvalidationClients": [ | 48 "rect": [0, 0, 250, 250], |
| 48 "LayoutView #document" | 49 "reason": "full" |
| 50 } |
| 49 ] | 51 ] |
| 50 } | 52 } |
| 51 ] | 53 ] |
| 52 } | 54 } |
| 53 | 55 |
| OLD | NEW |