OLD | NEW |
1 { | 1 { |
| 2 "name": "Content Root Layer", |
2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
3 "children": [ | 4 "children": [ |
4 { | 5 { |
| 6 "name": "LayoutView #document", |
5 "bounds": [800, 600], | 7 "bounds": [800, 600], |
6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
7 "drawsContent": true, | 9 "drawsContent": true, |
8 "paintInvalidations": [ | 10 "paintInvalidations": [ |
9 { | 11 { |
10 "object": "LayoutSVGContainer g id='objectsToRemove'", | 12 "object": "LayoutSVGContainer g id='objectsToRemove'", |
11 "rect": [0, 0, 216, 129], | 13 "rect": [0, 0, 216, 129], |
12 "reason": "became invisible" | 14 "reason": "became invisible" |
13 }, | 15 }, |
14 { | 16 { |
15 "object": "LayoutSVGInlineText #text", | 17 "object": "LayoutSVGInlineText #text", |
16 "rect": [50, 111, 166, 18], | 18 "rect": [50, 111, 166, 18], |
17 "reason": "layoutObject removal" | 19 "reason": "layoutObject removal" |
18 }, | 20 }, |
19 { | 21 { |
20 "object": "LayoutSVGText text", | 22 "object": "LayoutSVGText text", |
21 "rect": [50, 111, 166, 18], | 23 "rect": [50, 111, 166, 18], |
22 "reason": "layoutObject removal" | 24 "reason": "layoutObject removal" |
23 }, | 25 }, |
24 { | 26 { |
25 "object": "LayoutSVGRect rect", | 27 "object": "LayoutSVGRect rect", |
26 "rect": [0, 0, 20, 20], | 28 "rect": [0, 0, 20, 20], |
27 "reason": "layoutObject removal" | 29 "reason": "layoutObject removal" |
28 }, | |
29 { | |
30 "object": "InlineTextBox ''", | |
31 "reason": "full" | |
32 }, | |
33 { | |
34 "object": "RootInlineBox", | |
35 "reason": "full" | |
36 } | 30 } |
37 ] | 31 ] |
38 } | 32 } |
| 33 ], |
| 34 "objectPaintInvalidations": [ |
| 35 { |
| 36 "object": "LayoutSVGRect rect", |
| 37 "reason": "layoutObject removal" |
| 38 }, |
| 39 { |
| 40 "object": "LayoutSVGInlineText #text", |
| 41 "reason": "layoutObject removal" |
| 42 }, |
| 43 { |
| 44 "object": "LayoutSVGText text", |
| 45 "reason": "layoutObject removal" |
| 46 }, |
| 47 { |
| 48 "object": "LayoutSVGContainer g id='objectsToRemove'", |
| 49 "reason": "became invisible" |
| 50 } |
39 ] | 51 ] |
40 } | 52 } |
41 | 53 |
OLD | NEW |