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 "children": [ | 10 "children": [ |
11 { | 11 { |
12 "name": "LayoutTableRow TR", | 12 "name": "LayoutTableRow TR", |
13 "position": [8, 8], | 13 "position": [8, 8], |
14 "bounds": [69, 23], | 14 "bounds": [75, 21], |
15 "drawsContent": true, | 15 "drawsContent": true, |
16 "backgroundColor": "#FF0000", | 16 "backgroundColor": "#FF0000", |
17 "paintInvalidations": [ | 17 "paintInvalidations": [ |
18 { | 18 { |
19 "object": "LayoutTableCell TD id='target'", | 19 "object": "LayoutTableCell TD id='target'", |
20 "rect": [0, 0, 35, 24], | 20 "rect": [0, 0, 38, 22], |
21 "reason": "style change" | 21 "reason": "style change" |
22 } | 22 } |
23 ] | 23 ] |
24 } | 24 } |
25 ] | 25 ] |
26 } | 26 } |
27 ], | 27 ], |
28 "objectPaintInvalidations": [ | 28 "objectPaintInvalidations": [ |
29 { | 29 { |
30 "object": "LayoutTableCell TD id='target'", | 30 "object": "LayoutTableCell TD id='target'", |
31 "reason": "style change" | 31 "reason": "style change" |
32 }, | 32 }, |
33 { | 33 { |
34 "object": "RootInlineBox", | 34 "object": "RootInlineBox", |
35 "reason": "style change" | 35 "reason": "style change" |
36 } | 36 } |
37 ] | 37 ] |
38 } | 38 } |
39 | 39 |
OLD | NEW |