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 "repaintRects": [ | 8 "repaintRects": [ |
9 [230, 293, 63, 15], | 9 [230, 293, 63, 15], |
10 [168, 293, 125, 15], | 10 [168, 293, 125, 15], |
11 [8, 293, 222, 15] | 11 [8, 293, 222, 15] |
12 ], | 12 ], |
| 13 "paintInvalidationClients": [ |
| 14 "HorizontalScrollbar", |
| 15 "HorizontalScrollbar", |
| 16 "HorizontalScrollbar" |
| 17 ], |
13 "children": [ | 18 "children": [ |
14 { | 19 { |
15 "position": [8, 8], | 20 "position": [8, 8], |
16 "bounds": [285, 285], | 21 "bounds": [285, 285], |
17 "shouldFlattenTransform": false, | 22 "shouldFlattenTransform": false, |
18 "children": [ | 23 "children": [ |
19 { | 24 { |
20 "position": [-315, 0], | 25 "position": [-315, 0], |
21 "bounds": [600, 600], | 26 "bounds": [600, 600], |
22 "contentsOpaque": true, | 27 "contentsOpaque": true, |
23 "drawsContent": true, | 28 "drawsContent": true, |
24 "backgroundColor": "#FF0000", | 29 "backgroundColor": "#FF0000", |
25 "repaintRects": [ | 30 "repaintRects": [ |
26 [0, 0, 600, 600] | 31 [0, 0, 600, 600] |
| 32 ], |
| 33 "paintInvalidationClients": [ |
| 34 "LayoutBlockFlow DIV id='inner'" |
27 ] | 35 ] |
28 } | 36 } |
29 ] | 37 ] |
30 } | 38 } |
31 ] | 39 ] |
32 } | 40 } |
33 ] | 41 ] |
34 } | 42 } |
35 | 43 |
OLD | NEW |