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 DIV id='scroller'", |
| 11 "position": [8, 8], |
| 12 "bounds": [400, 400], |
| 13 "shouldFlattenTransform": false, |
| 14 "drawsContent": true |
| 15 }, |
| 16 { |
| 17 "name": "Scrolling Layer", |
| 18 "bounds": [400, 385], |
| 19 "shouldFlattenTransform": false |
| 20 }, |
| 21 { |
| 22 "name": "Scrolling Contents Layer", |
| 23 "bounds": [10000, 385], |
9 "drawsContent": true, | 24 "drawsContent": true, |
10 "children": [ | 25 "paintInvalidations": [ |
11 { | 26 { |
12 "name": "LayoutBlockFlow DIV id='scroller'", | 27 "object": "LayoutBlockFlow DIV id='target'", |
13 "position": [8, 8], | 28 "rect": [0, 0, 10000, 200], |
14 "bounds": [400, 400], | 29 "reason": "style change" |
15 "shouldFlattenTransform": false, | 30 } |
16 "drawsContent": true, | 31 ] |
17 "children": [ | 32 }, |
18 { | 33 { |
19 "name": "Scrolling Layer", | 34 "name": "Overflow Controls Host Layer", |
20 "bounds": [400, 385], | 35 "bounds": [400, 400] |
21 "shouldFlattenTransform": false, | 36 }, |
22 "children": [ | 37 { |
23 { | 38 "name": "Horizontal Scrollbar Layer", |
24 "name": "Scrolling Contents Layer", | 39 "position": [0, 385], |
25 "bounds": [10000, 385], | 40 "bounds": [400, 15], |
26 "drawsContent": true, | 41 "paintInvalidations": [ |
27 "paintInvalidations": [ | 42 { |
28 { | 43 "object": "Horizontal Scrollbar Layer", |
29 "object": "LayoutBlockFlow DIV id='target'", | 44 "rect": [0, 0, 400, 15], |
30 "rect": [0, 0, 10000, 200], | 45 "reason": "full" |
31 "reason": "style change" | |
32 } | |
33 ] | |
34 } | |
35 ] | |
36 }, | |
37 { | |
38 "name": "Overflow Controls Host Layer", | |
39 "bounds": [400, 400], | |
40 "children": [ | |
41 { | |
42 "name": "Horizontal Scrollbar Layer", | |
43 "position": [0, 385], | |
44 "bounds": [400, 15], | |
45 "paintInvalidations": [ | |
46 { | |
47 "object": "Horizontal Scrollbar Layer", | |
48 "rect": [0, 0, 400, 15], | |
49 "reason": "full" | |
50 } | |
51 ] | |
52 } | |
53 ] | |
54 } | |
55 ] | |
56 } | 46 } |
57 ] | 47 ] |
58 } | 48 } |
59 ], | 49 ], |
60 "objectPaintInvalidations": [ | 50 "objectPaintInvalidations": [ |
61 { | 51 { |
62 "object": "LayoutBlockFlow DIV id='target'", | 52 "object": "LayoutBlockFlow DIV id='target'", |
63 "reason": "style change" | 53 "reason": "style change" |
64 } | 54 } |
65 ] | 55 ] |
66 } | 56 } |
67 | 57 |
OLD | NEW |