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 [29, 106, 100, 100] | 9 [29, 106, 100, 100], |
10 [29, 21, 285, 201], | |
11 [29, 21, 100, 201], | |
12 [29, 20, 285, 186], | |
13 [29, 20, 100, 86] | |
Xianzhu
2014/12/12 16:42:00
Could you explain this change?
rmcilroy
2014/12/12 17:20:17
I'm assuming these are the invalidations which are
Xianzhu
2014/12/12 17:37:36
I mean all the new invalidations. The scroll happe
| |
10 ] | 14 ] |
11 } | 15 } |
12 ] | 16 ] |
13 } | 17 } |
14 | 18 |
OLD | NEW |