| 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 "children": [ | 8 "children": [ |
| 9 { | 9 { |
| 10 "position": [8, 8], | 10 "position": [8, 8], |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 { | 26 { |
| 27 "bounds": [202, 202], | 27 "bounds": [202, 202], |
| 28 "children": [ | 28 "children": [ |
| 29 { | 29 { |
| 30 "position": [1, 186], | 30 "position": [1, 186], |
| 31 "bounds": [185, 15] | 31 "bounds": [185, 15] |
| 32 }, | 32 }, |
| 33 { | 33 { |
| 34 "position": [186, 1], | 34 "position": [186, 1], |
| 35 "bounds": [15, 185], | 35 "bounds": [15, 185], |
| 36 "repaintRects": [ | 36 "paintInvalidations": [ |
| 37 [0, 0, 15, 185] | 37 { |
| 38 "object": "Vertical Scrollbar Layer", |
| 39 "rect": [0, 0, 15, 185], |
| 40 "reason": "full" |
| 41 } |
| 38 ] | 42 ] |
| 39 }, | 43 }, |
| 40 { | 44 { |
| 41 "position": [186, 186], | 45 "position": [186, 186], |
| 42 "bounds": [15, 15], | 46 "bounds": [15, 15], |
| 43 "drawsContent": true | 47 "drawsContent": true |
| 44 } | 48 } |
| 45 ] | 49 ] |
| 46 } | 50 } |
| 47 ] | 51 ] |
| 48 } | 52 } |
| 49 ] | 53 ] |
| 50 } | 54 } |
| 51 ] | 55 ] |
| 52 } | 56 } |
| 53 | 57 |
| OLD | NEW |