OLD | NEW |
1 { | 1 { |
| 2 "name": "Content Root Layer", |
2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
3 "children": [ | 4 "children": [ |
4 { | 5 { |
| 6 "name": "LayoutView #document", |
5 "bounds": [800, 600], | 7 "bounds": [800, 600], |
6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
7 "drawsContent": true, | 9 "drawsContent": true, |
8 "children": [ | 10 "children": [ |
9 { | 11 { |
| 12 "name": "LayoutBlockFlow DIV id='scroller'", |
10 "position": [8, 8], | 13 "position": [8, 8], |
11 "bounds": [202, 202], | 14 "bounds": [202, 202], |
12 "shouldFlattenTransform": false, | 15 "shouldFlattenTransform": false, |
13 "drawsContent": true, | 16 "drawsContent": true, |
14 "children": [ | 17 "children": [ |
15 { | 18 { |
| 19 "name": "Scrolling Layer", |
16 "position": [1, 1], | 20 "position": [1, 1], |
17 "bounds": [185, 185], | 21 "bounds": [185, 185], |
18 "shouldFlattenTransform": false, | 22 "shouldFlattenTransform": false, |
19 "children": [ | 23 "children": [ |
20 { | 24 { |
| 25 "name": "Scrolling Contents Layer", |
21 "bounds": [185, 1025], | 26 "bounds": [185, 1025], |
22 "drawsContent": true | 27 "drawsContent": true |
23 } | 28 } |
24 ] | 29 ] |
25 }, | 30 }, |
26 { | 31 { |
| 32 "name": "Overflow Controls Host Layer", |
27 "bounds": [202, 202], | 33 "bounds": [202, 202], |
28 "children": [ | 34 "children": [ |
29 { | 35 { |
| 36 "name": "Horizontal Scrollbar Layer", |
30 "position": [1, 186], | 37 "position": [1, 186], |
31 "bounds": [185, 15] | 38 "bounds": [185, 15] |
32 }, | 39 }, |
33 { | 40 { |
| 41 "name": "Vertical Scrollbar Layer", |
34 "position": [186, 1], | 42 "position": [186, 1], |
35 "bounds": [15, 185], | 43 "bounds": [15, 185], |
36 "paintInvalidations": [ | 44 "paintInvalidations": [ |
37 { | 45 { |
38 "object": "Vertical Scrollbar Layer", | 46 "object": "Vertical Scrollbar Layer", |
39 "rect": [0, 0, 15, 185], | 47 "rect": [0, 0, 15, 185], |
40 "reason": "full" | 48 "reason": "full" |
41 } | 49 } |
42 ] | 50 ] |
43 }, | 51 }, |
44 { | 52 { |
| 53 "name": "Scroll Corner Layer", |
45 "position": [186, 186], | 54 "position": [186, 186], |
46 "bounds": [15, 15], | 55 "bounds": [15, 15], |
47 "drawsContent": true | 56 "drawsContent": true |
48 } | 57 } |
49 ] | 58 ] |
50 } | 59 } |
51 ] | 60 ] |
52 } | 61 } |
53 ] | 62 ] |
54 } | 63 } |
55 ] | 64 ] |
56 } | 65 } |
57 | 66 |
OLD | NEW |