| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", | 2 "name": "Content Root Layer", |
| 3 "bounds": [800, 600], | 3 "bounds": [800, 600], |
| 4 "children": [ | 4 "children": [ |
| 5 { | 5 { |
| 6 "name": "LayoutView #document", | 6 "name": "LayoutView #document", |
| 7 "bounds": [800, 600], | 7 "bounds": [800, 600], |
| 8 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 9 "drawsContent": true, | 9 "drawsContent": true, |
| 10 "children": [ | 10 "children": [ |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 } | 56 } |
| 57 ] | 57 ] |
| 58 } | 58 } |
| 59 ] | 59 ] |
| 60 } | 60 } |
| 61 ] | 61 ] |
| 62 } | 62 } |
| 63 ], | 63 ], |
| 64 "objectPaintInvalidations": [ | 64 "objectPaintInvalidations": [ |
| 65 { | 65 { |
| 66 "object": "LayoutVideo VIDEO id='v'", |
| 67 "reason": "style change" |
| 68 }, |
| 69 { |
| 66 "object": "LayoutButton INPUT", | 70 "object": "LayoutButton INPUT", |
| 67 "reason": "full" | 71 "reason": "full" |
| 68 }, | 72 }, |
| 69 { | 73 { |
| 70 "object": "LayoutSlider INPUT", | 74 "object": "LayoutSlider INPUT", |
| 71 "reason": "full" | 75 "reason": "full" |
| 72 }, | 76 }, |
| 73 { | 77 { |
| 74 "object": "LayoutFlexibleBox DIV", | 78 "object": "LayoutFlexibleBox DIV", |
| 75 "reason": "forced by layout" | 79 "reason": "forced by layout" |
| 76 }, | 80 }, |
| 77 { | 81 { |
| 78 "object": "LayoutBlockFlow DIV id='thumb'", | 82 "object": "LayoutBlockFlow DIV id='thumb'", |
| 79 "reason": "full" | 83 "reason": "full" |
| 80 } | 84 } |
| 81 ] | 85 ] |
| 82 } | 86 } |
| 83 | 87 |
| OLD | NEW |