OLD | NEW |
1 { | 1 { |
2 "name": "Content Root Layer", | 2 "layers": [ |
3 "bounds": [800, 600], | |
4 "children": [ | |
5 { | 3 { |
6 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
7 "bounds": [800, 600], | 5 "bounds": [800, 600], |
8 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true |
| 8 }, |
| 9 { |
| 10 "name": "LayoutBlockFlow (positioned) DIV id='scroller'", |
| 11 "position": [10, 60], |
| 12 "bounds": [300, 400], |
| 13 "shouldFlattenTransform": false, |
| 14 "drawsContent": true |
| 15 }, |
| 16 { |
| 17 "name": "Scrolling Layer", |
| 18 "bounds": [285, 385], |
| 19 "shouldFlattenTransform": false |
| 20 }, |
| 21 { |
| 22 "name": "Scrolling Contents Layer", |
| 23 "bounds": [285, 900], |
9 "drawsContent": true, | 24 "drawsContent": true, |
10 "children": [ | 25 "paintInvalidations": [ |
11 { | 26 { |
12 "name": "LayoutBlockFlow (positioned) DIV id='scroller'", | 27 "object": "LayoutBlockFlow (positioned) DIV id='block'", |
13 "position": [10, 60], | 28 "rect": [50, 310, 200, 50], |
14 "bounds": [300, 400], | 29 "reason": "bounds change" |
15 "shouldFlattenTransform": false, | 30 }, |
16 "drawsContent": true, | 31 { |
17 "children": [ | 32 "object": "LayoutBlockFlow (positioned) DIV id='block'", |
18 { | 33 "rect": [50, 200, 200, 50], |
19 "name": "Scrolling Layer", | 34 "reason": "bounds change" |
20 "bounds": [285, 385], | |
21 "shouldFlattenTransform": false, | |
22 "children": [ | |
23 { | |
24 "name": "Scrolling Contents Layer", | |
25 "bounds": [285, 900], | |
26 "drawsContent": true, | |
27 "paintInvalidations": [ | |
28 { | |
29 "object": "LayoutBlockFlow (positioned) DIV id='block'", | |
30 "rect": [50, 310, 200, 50], | |
31 "reason": "bounds change" | |
32 }, | |
33 { | |
34 "object": "LayoutBlockFlow (positioned) DIV id='block'", | |
35 "rect": [50, 200, 200, 50], | |
36 "reason": "bounds change" | |
37 } | |
38 ] | |
39 } | |
40 ] | |
41 }, | |
42 { | |
43 "name": "Overflow Controls Host Layer", | |
44 "bounds": [300, 400], | |
45 "children": [ | |
46 { | |
47 "name": "Horizontal Scrollbar Layer", | |
48 "position": [0, 385], | |
49 "bounds": [285, 15] | |
50 }, | |
51 { | |
52 "name": "Vertical Scrollbar Layer", | |
53 "position": [285, 0], | |
54 "bounds": [15, 385], | |
55 "paintInvalidations": [ | |
56 { | |
57 "object": "Vertical Scrollbar Layer", | |
58 "rect": [0, 0, 15, 385], | |
59 "reason": "full" | |
60 } | |
61 ] | |
62 }, | |
63 { | |
64 "name": "Scroll Corner Layer", | |
65 "position": [285, 385], | |
66 "bounds": [15, 15], | |
67 "drawsContent": true | |
68 } | |
69 ] | |
70 } | |
71 ] | |
72 } | 35 } |
73 ] | 36 ] |
| 37 }, |
| 38 { |
| 39 "name": "Overflow Controls Host Layer", |
| 40 "bounds": [300, 400] |
| 41 }, |
| 42 { |
| 43 "name": "Horizontal Scrollbar Layer", |
| 44 "position": [0, 385], |
| 45 "bounds": [285, 15] |
| 46 }, |
| 47 { |
| 48 "name": "Vertical Scrollbar Layer", |
| 49 "position": [285, 0], |
| 50 "bounds": [15, 385], |
| 51 "paintInvalidations": [ |
| 52 { |
| 53 "object": "Vertical Scrollbar Layer", |
| 54 "rect": [0, 0, 15, 385], |
| 55 "reason": "full" |
| 56 } |
| 57 ] |
| 58 }, |
| 59 { |
| 60 "name": "Scroll Corner Layer", |
| 61 "position": [285, 385], |
| 62 "bounds": [15, 15], |
| 63 "drawsContent": true |
74 } | 64 } |
75 ], | 65 ], |
76 "objectPaintInvalidations": [ | 66 "objectPaintInvalidations": [ |
77 { | 67 { |
78 "object": "LayoutBlockFlow (positioned) DIV id='block'", | 68 "object": "LayoutBlockFlow (positioned) DIV id='block'", |
79 "reason": "bounds change" | 69 "reason": "bounds change" |
80 } | 70 } |
81 ] | 71 ] |
82 } | 72 } |
83 | 73 |
OLD | NEW |