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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 { | 116 { |
117 "object": "LayoutView #document", | 117 "object": "LayoutView #document", |
118 "rect": [285, 135, 15, 15], | 118 "rect": [285, 135, 15, 15], |
119 "reason": "scroll" | 119 "reason": "scroll" |
120 } | 120 } |
121 ] | 121 ] |
122 } | 122 } |
123 ], | 123 ], |
124 "objectPaintInvalidations": [ | 124 "objectPaintInvalidations": [ |
125 { | 125 { |
| 126 "object": "InlineBox", |
| 127 "reason": "full" |
| 128 }, |
| 129 { |
| 130 "object": "RootInlineBox", |
| 131 "reason": "full" |
| 132 }, |
| 133 { |
126 "object": "LayoutBlockFlow BODY", | 134 "object": "LayoutBlockFlow BODY", |
127 "reason": "invalidate paint rectangle" | 135 "reason": "invalidate paint rectangle" |
128 }, | 136 }, |
129 { | 137 { |
130 "object": "LayoutEmbeddedObject OBJECT", | 138 "object": "LayoutEmbeddedObject OBJECT", |
131 "reason": "style change" | 139 "reason": "style change" |
132 } | 140 } |
133 ] | 141 ] |
134 } | 142 } |
135 | 143 |
OLD | NEW |