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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 { | 51 { |
52 "object": "LayoutSVGViewportContainer svg id='gamesBorder'", | 52 "object": "LayoutSVGViewportContainer svg id='gamesBorder'", |
53 "rect": [13, 205, 92, 91], | 53 "rect": [13, 205, 92, 91], |
54 "reason": "bounds change" | 54 "reason": "bounds change" |
55 } | 55 } |
56 ] | 56 ] |
57 } | 57 } |
58 ], | 58 ], |
59 "objectPaintInvalidations": [ | 59 "objectPaintInvalidations": [ |
60 { | 60 { |
| 61 "object": "RootInlineBox", |
| 62 "reason": "full" |
| 63 }, |
| 64 { |
| 65 "object": "InlineBox", |
| 66 "reason": "full" |
| 67 }, |
| 68 { |
61 "object": "LayoutBlockFlow div id='contentBox'", | 69 "object": "LayoutBlockFlow div id='contentBox'", |
62 "reason": "forced by layout" | 70 "reason": "forced by layout" |
63 }, | 71 }, |
64 { | 72 { |
65 "object": "RootInlineBox", | 73 "object": "RootInlineBox", |
66 "reason": "forced by layout" | 74 "reason": "forced by layout" |
67 }, | 75 }, |
68 { | 76 { |
69 "object": "LayoutSVGRoot svg", | 77 "object": "LayoutSVGRoot svg", |
70 "reason": "bounds change" | 78 "reason": "bounds change" |
71 }, | 79 }, |
72 { | 80 { |
73 "object": "LayoutSVGContainer use", | 81 "object": "LayoutSVGContainer use", |
74 "reason": "bounds change" | 82 "reason": "bounds change" |
75 }, | 83 }, |
76 { | 84 { |
77 "object": "LayoutSVGViewportContainer svg id='gamesBorder'", | 85 "object": "LayoutSVGViewportContainer svg id='gamesBorder'", |
78 "reason": "bounds change" | 86 "reason": "bounds change" |
79 }, | 87 }, |
80 { | 88 { |
81 "object": "LayoutSVGPath path", | 89 "object": "LayoutSVGPath path", |
82 "reason": "bounds change" | 90 "reason": "bounds change" |
83 } | 91 } |
84 ] | 92 ] |
85 } | 93 } |
86 | 94 |
OLD | NEW |