| 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], |
| 11 "bounds": [700, 525] | 11 "bounds": [700, 525] |
| 12 }, | 12 }, |
| 13 { | 13 { |
| 14 "shouldFlattenTransform": false, | 14 "shouldFlattenTransform": false, |
| 15 "children": [ | 15 "children": [ |
| 16 { | 16 { |
| 17 "position": [8, 8], | 17 "position": [8, 8], |
| 18 "bounds": [700, 525], | 18 "bounds": [700, 525], |
| 19 "drawsContent": true | 19 "drawsContent": true |
| 20 }, | 20 }, |
| 21 { | 21 { |
| 22 "position": [8, 8], | 22 "position": [8, 8], |
| 23 "bounds": [700, 520], | 23 "bounds": [700, 520], |
| 24 "drawsContent": true, | 24 "drawsContent": true, |
| 25 "repaintRects": [ | 25 "paintInvalidations": [ |
| 26 [628, 493, 24, 24], | 26 { |
| 27 [570, 493, 89, 24], | 27 "object": "LayoutBlockFlow DIV id='thumb'", |
| 28 [570, 493, 89, 24], | 28 "rect": [628, 493, 24, 24], |
| 29 [570, 493, 24, 24], | 29 "reason": "location change" |
| 30 [535, 490, 35, 30] | 30 }, |
| 31 ], | 31 { |
| 32 "paintInvalidationClients": [ | 32 "object": "LayoutBlockFlow DIV id='thumb'", |
| 33 "LayoutButton INPUT", | 33 "rect": [570, 493, 24, 24], |
| 34 "LayoutSlider INPUT", | 34 "reason": "location change" |
| 35 "LayoutFlexibleBox DIV", | 35 }, |
| 36 "LayoutBlockFlow DIV id='thumb'" | 36 { |
| 37 "object": "LayoutButton INPUT", |
| 38 "rect": [535, 490, 35, 30], |
| 39 "reason": "full" |
| 40 }, |
| 41 { |
| 42 "object": "LayoutFlexibleBox DIV", |
| 43 "rect": [570, 493, 89, 24], |
| 44 "reason": "forced by layout" |
| 45 }, |
| 46 { |
| 47 "object": "LayoutSlider INPUT", |
| 48 "rect": [570, 493, 89, 24], |
| 49 "reason": "full" |
| 50 } |
| 37 ] | 51 ] |
| 38 } | 52 } |
| 39 ] | 53 ] |
| 40 } | 54 } |
| 41 ] | 55 ] |
| 42 } | 56 } |
| 43 ] | 57 ] |
| 44 } | 58 } |
| 45 | 59 |
| OLD | NEW |