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='container'", |
10 "position": [8, 8], | 13 "position": [8, 8], |
11 "bounds": [500, 500], | 14 "bounds": [500, 500], |
12 "shouldFlattenTransform": false, | 15 "shouldFlattenTransform": false, |
13 "drawsContent": true, | 16 "drawsContent": true, |
14 "paintInvalidations": [ | |
15 { | |
16 "object": "RootInlineBox", | |
17 "reason": "full" | |
18 } | |
19 ], | |
20 "children": [ | 17 "children": [ |
21 { | 18 { |
| 19 "name": "Scrolling Layer", |
22 "bounds": [485, 485], | 20 "bounds": [485, 485], |
23 "shouldFlattenTransform": false, | 21 "shouldFlattenTransform": false, |
24 "children": [ | 22 "children": [ |
25 { | 23 { |
| 24 "name": "Scrolling Contents Layer", |
26 "bounds": [5000, 5000], | 25 "bounds": [5000, 5000], |
27 "drawsContent": true, | 26 "drawsContent": true, |
28 "paintInvalidations": [ | 27 "paintInvalidations": [ |
29 { | 28 { |
30 "object": "LayoutBlockFlow DIV id='content'", | 29 "object": "LayoutBlockFlow DIV id='content'", |
31 "rect": [0, 0, 5000, 5000], | 30 "rect": [0, 0, 5000, 5000], |
32 "reason": "style change" | 31 "reason": "style change" |
33 }, | |
34 { | |
35 "object": "RootInlineBox", | |
36 "reason": "full" | |
37 } | 32 } |
38 ] | 33 ] |
39 } | 34 } |
40 ] | 35 ] |
41 }, | 36 }, |
42 { | 37 { |
| 38 "name": "Overflow Controls Host Layer", |
43 "bounds": [500, 500], | 39 "bounds": [500, 500], |
44 "children": [ | 40 "children": [ |
45 { | 41 { |
| 42 "name": "Horizontal Scrollbar Layer", |
46 "position": [0, 485], | 43 "position": [0, 485], |
47 "bounds": [485, 15], | 44 "bounds": [485, 15], |
48 "paintInvalidations": [ | 45 "paintInvalidations": [ |
49 { | 46 { |
50 "object": "Horizontal Scrollbar Layer", | 47 "object": "Horizontal Scrollbar Layer", |
51 "rect": [0, 0, 485, 15], | 48 "rect": [0, 0, 485, 15], |
52 "reason": "full" | 49 "reason": "full" |
53 } | 50 } |
54 ] | 51 ] |
55 }, | 52 }, |
56 { | 53 { |
| 54 "name": "Vertical Scrollbar Layer", |
57 "position": [485, 0], | 55 "position": [485, 0], |
58 "bounds": [15, 485], | 56 "bounds": [15, 485], |
59 "paintInvalidations": [ | 57 "paintInvalidations": [ |
60 { | 58 { |
61 "object": "Vertical Scrollbar Layer", | 59 "object": "Vertical Scrollbar Layer", |
62 "rect": [0, 0, 15, 485], | 60 "rect": [0, 0, 15, 485], |
63 "reason": "full" | 61 "reason": "full" |
64 } | 62 } |
65 ] | 63 ] |
66 }, | 64 }, |
67 { | 65 { |
| 66 "name": "Scroll Corner Layer", |
68 "position": [485, 485], | 67 "position": [485, 485], |
69 "bounds": [15, 15], | 68 "bounds": [15, 15], |
70 "drawsContent": true | 69 "drawsContent": true |
71 } | 70 } |
72 ] | 71 ] |
73 } | 72 } |
74 ] | 73 ] |
75 } | 74 } |
76 ] | 75 ] |
77 } | 76 } |
| 77 ], |
| 78 "objectPaintInvalidations": [ |
| 79 { |
| 80 "object": "LayoutBlockFlow DIV id='content'", |
| 81 "reason": "style change" |
| 82 }, |
| 83 { |
| 84 "object": "RootInlineBox", |
| 85 "reason": "style change" |
| 86 } |
78 ] | 87 ] |
79 } | 88 } |
80 | 89 |
OLD | NEW |