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