OLD | NEW |
---|---|
1 { | 1 { |
2 "layers": [ | 2 "layers": [ |
3 { | 3 { |
4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
7 "drawsContent": true, | 7 "drawsContent": true, |
8 "paintChunkContents": [ | |
9 [ | |
10 { | |
11 "index": 2, | |
12 "type": "DrawingDocumentBackground", | |
13 "clientDebugName": "clientDebugName: \"LayoutView #document\"", | |
chrishtr
2016/12/15 21:26:18
This is just an example, probably best to revert i
| |
14 "visualRect": "[0,0 800x600]" | |
15 }, | |
16 { | |
17 "index": 4, | |
18 "type": "DrawingBoxDecorationBackground", | |
19 "clientDebugName": "clientDebugName: \"LayoutBlockFlow (positioned) DIV id='target'\"", | |
20 "visualRect": "[20,20 100x100]" | |
21 } | |
22 ] | |
23 ], | |
8 "paintInvalidations": [ | 24 "paintInvalidations": [ |
9 { | 25 { |
10 "object": "LayoutBlockFlow (positioned) DIV id='target'", | 26 "object": "LayoutBlockFlow (positioned) DIV id='target'", |
11 "rect": [20, 20, 100, 100], | 27 "rect": [20, 20, 100, 100], |
12 "reason": "bounds change" | 28 "reason": "bounds change" |
13 }, | 29 }, |
14 { | 30 { |
15 "object": "LayoutBlockFlow (positioned) DIV id='target'", | 31 "object": "", |
16 "rect": [0, 0, 100, 100], | 32 "rect": [0, 0, 100, 100], |
17 "reason": "bounds change" | 33 "reason": "full" |
18 } | 34 } |
19 ] | 35 ] |
20 } | 36 } |
21 ], | 37 ], |
22 "objectPaintInvalidations": [ | 38 "objectPaintInvalidations": [ |
23 { | 39 { |
24 "object": "LayoutBlockFlow (positioned) DIV id='target'", | 40 "object": "LayoutBlockFlow (positioned) DIV id='target'", |
25 "reason": "bounds change" | 41 "reason": "bounds change" |
26 } | 42 } |
27 ] | 43 ] |
28 } | 44 } |
29 | 45 |
OLD | NEW |