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 [293, 393, 15, 15], | 9 [293, 393, 15, 15], |
10 [293, 108, 15, 285], | 10 [293, 108, 15, 285], |
11 [93, 193, 15, 15], | 11 [93, 193, 15, 15], |
12 [93, 108, 15, 85], | 12 [93, 108, 15, 85], |
13 [8, 393, 285, 15], | 13 [8, 393, 285, 15], |
14 [8, 193, 85, 15], | 14 [8, 193, 85, 15], |
15 [8, 108, 300, 300], | 15 [8, 108, 300, 300], |
16 [8, 108, 100, 100] | 16 [8, 108, 100, 100] |
17 ], | 17 ], |
18 "paintInvalidationClients": [ | 18 "paintInvalidationClients": [ |
19 "LayoutBlockFlow DIV id='div'", | 19 "LayoutBlockFlow DIV id='div'", |
20 "LayoutBlockFlow DIV id='div'", | |
21 "HorizontalScrollbar", | 20 "HorizontalScrollbar", |
22 "LayoutBlockFlow DIV id='div'", | 21 "VerticalScrollbar", |
23 "VerticalScrollbar" | 22 "LayoutBlockFlow DIV id='div'" |
24 ] | 23 ] |
25 } | 24 } |
26 ] | 25 ] |
27 } | 26 } |
28 | 27 |
OLD | NEW |