OLD | NEW |
1 CASE 1, original layer tree | 1 CASE 1, original layer tree |
2 { | 2 { |
3 "bounds": [800, 600], | 3 "bounds": [800, 600], |
4 "children": [ | 4 "children": [ |
5 { | 5 { |
6 "bounds": [800, 600], | 6 "bounds": [800, 600], |
7 "contentsOpaque": true, | 7 "contentsOpaque": true, |
8 "drawsContent": true, | 8 "drawsContent": true, |
9 "children": [ | 9 "children": [ |
10 { | 10 { |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 "bounds": [100, 100], | 43 "bounds": [100, 100], |
44 "contentsOpaque": true, | 44 "contentsOpaque": true, |
45 "drawsContent": true, | 45 "drawsContent": true, |
46 "backgroundColor": "#0000FF" | 46 "backgroundColor": "#0000FF" |
47 }, | 47 }, |
48 { | 48 { |
49 "position": [-1, -1], | 49 "position": [-1, -1], |
50 "bounds": [281, 281], | 50 "bounds": [281, 281], |
51 "drawsContent": true, | 51 "drawsContent": true, |
52 "repaintRects": [ | 52 "repaintRects": [ |
53 [0, 0, 142, 142], | |
54 [0, 0, 142, 142] | 53 [0, 0, 142, 142] |
55 ] | 54 ] |
56 } | 55 } |
57 ] | 56 ] |
58 } | 57 } |
59 ] | 58 ] |
60 } | 59 } |
61 ] | 60 ] |
62 } | 61 } |
63 CASE 3, hovering over the inner div | 62 CASE 3, hovering over the inner div |
(...skipping 13 matching lines...) Expand all Loading... |
77 "contentsOpaque": true, | 76 "contentsOpaque": true, |
78 "drawsContent": true, | 77 "drawsContent": true, |
79 "backgroundColor": "#0000FF" | 78 "backgroundColor": "#0000FF" |
80 }, | 79 }, |
81 { | 80 { |
82 "position": [-1, -1], | 81 "position": [-1, -1], |
83 "bounds": [281, 281], | 82 "bounds": [281, 281], |
84 "drawsContent": true, | 83 "drawsContent": true, |
85 "repaintRects": [ | 84 "repaintRects": [ |
86 [32, 32, 71, 71], | 85 [32, 32, 71, 71], |
87 [32, 32, 71, 71], | |
88 [0, 0, 142, 142], | |
89 [0, 0, 142, 142] | 86 [0, 0, 142, 142] |
90 ] | 87 ] |
91 } | 88 } |
92 ] | 89 ] |
93 } | 90 } |
94 ] | 91 ] |
95 } | 92 } |
96 ] | 93 ] |
97 } | 94 } |
98 | 95 |
OLD | NEW |