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": [ |
11 { | 11 { |
12 "object": "LayoutText #text", | 12 "object": "LayoutText #text", |
13 "rect": [19, 148, 126, 41], | 13 "rect": [19, 148, 126, 41], |
14 "reason": "layoutObject removal" | 14 "reason": "layoutObject removal" |
15 } | 15 } |
16 ] | 16 ] |
17 } | 17 } |
18 ], | 18 ], |
19 "objectPaintInvalidations": [ | 19 "objectPaintInvalidations": [ |
20 { | 20 { |
| 21 "object": "InlineTextBox '\u1EA6\u1EA4\u1EAA\u1EA8\u1EB0'", |
| 22 "reason": "full" |
| 23 }, |
| 24 { |
21 "object": "LayoutText #text", | 25 "object": "LayoutText #text", |
22 "reason": "layoutObject removal" | 26 "reason": "layoutObject removal" |
| 27 }, |
| 28 { |
| 29 "object": "RootInlineBox", |
| 30 "reason": "full" |
23 } | 31 } |
24 ] | 32 ] |
25 } | 33 } |
26 | 34 |
OLD | NEW |