| 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 "paintInvalidations": [ | 10 "paintInvalidations": [ |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 "objectPaintInvalidations": [ | 59 "objectPaintInvalidations": [ |
| 60 { | 60 { |
| 61 "object": "LayoutSVGEllipse svg:circle id='circle'", | 61 "object": "LayoutSVGEllipse svg:circle id='circle'", |
| 62 "reason": "layoutObject removal" | 62 "reason": "layoutObject removal" |
| 63 }, | 63 }, |
| 64 { | 64 { |
| 65 "object": "LayoutSVGViewportContainer svg id='symbol'", | 65 "object": "LayoutSVGViewportContainer svg id='symbol'", |
| 66 "reason": "layoutObject removal" | 66 "reason": "layoutObject removal" |
| 67 }, | 67 }, |
| 68 { | 68 { |
| 69 "object": "InlineBox", |
| 70 "reason": "full" |
| 71 }, |
| 72 { |
| 73 "object": "RootInlineBox", |
| 74 "reason": "full" |
| 75 }, |
| 76 { |
| 69 "object": "LayoutBlockFlow body", | 77 "object": "LayoutBlockFlow body", |
| 70 "reason": "incremental" | 78 "reason": "incremental" |
| 71 }, | 79 }, |
| 72 { | 80 { |
| 73 "object": "LayoutBlockFlow body", | 81 "object": "LayoutBlockFlow body", |
| 74 "reason": "invalidate paint rectangle" | 82 "reason": "invalidate paint rectangle" |
| 75 }, | 83 }, |
| 76 { | 84 { |
| 77 "object": "RootInlineBox", | 85 "object": "RootInlineBox", |
| 78 "reason": "incremental" | 86 "reason": "incremental" |
| (...skipping 14 matching lines...) Expand all Loading... |
| 93 "object": "LayoutSVGViewportContainer svg id='symbol'", | 101 "object": "LayoutSVGViewportContainer svg id='symbol'", |
| 94 "reason": "layoutObject insertion" | 102 "reason": "layoutObject insertion" |
| 95 }, | 103 }, |
| 96 { | 104 { |
| 97 "object": "LayoutSVGEllipse svg:circle id='circle'", | 105 "object": "LayoutSVGEllipse svg:circle id='circle'", |
| 98 "reason": "layoutObject insertion" | 106 "reason": "layoutObject insertion" |
| 99 } | 107 } |
| 100 ] | 108 ] |
| 101 } | 109 } |
| 102 | 110 |
| OLD | NEW |