OLD | NEW |
1 { | 1 { |
2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
3 "children": [ | 3 "children": [ |
4 { | 4 { |
5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
7 "drawsContent": true, | 7 "drawsContent": true, |
8 "children": [ | 8 "children": [ |
9 { | 9 { |
10 "position": [300, 300], | 10 "position": [300, 300], |
(...skipping 11 matching lines...) Expand all Loading... |
22 "children": [ | 22 "children": [ |
23 { | 23 { |
24 "bounds": [185, 4900], | 24 "bounds": [185, 4900], |
25 "shouldFlattenTransform": false, | 25 "shouldFlattenTransform": false, |
26 "drawsContent": true, | 26 "drawsContent": true, |
27 "repaintRects": [ | 27 "repaintRects": [ |
28 [0, 2400, 100, 100] | 28 [0, 2400, 100, 100] |
29 ], | 29 ], |
30 "paintInvalidationClients": [ | 30 "paintInvalidationClients": [ |
31 "LayoutBlockFlow DIV id='target'" | 31 "LayoutBlockFlow DIV id='target'" |
32 ], | |
33 "children": [ | |
34 { | |
35 "shouldFlattenTransform": false | |
36 } | |
37 ] | 32 ] |
38 } | 33 } |
39 ] | 34 ] |
40 }, | 35 }, |
41 { | 36 { |
42 "children": [ | 37 "children": [ |
43 { | 38 { |
44 "position": [185, 0], | 39 "position": [185, 0], |
45 "bounds": [15, 200], | 40 "bounds": [15, 200], |
46 "drawsContent": true, | |
47 "repaintRects": [ | 41 "repaintRects": [ |
48 [0, 0, 15, 200] | 42 [0, 0, 15, 200] |
49 ], | |
50 "paintInvalidationClients": [ | |
51 "##ALL##" | |
52 ] | 43 ] |
53 } | 44 } |
54 ] | 45 ] |
55 } | 46 } |
56 ] | 47 ] |
57 } | 48 } |
58 ] | 49 ] |
59 } | 50 } |
60 ] | 51 ] |
61 } | 52 } |
62 | 53 |
OLD | NEW |