OLD | NEW |
1 A squashing RenderLayer that becomes non-composited should correctly send a repa
int invalidation to the new container GraphicsLayer that it paints into. When ru
n interactively, hovering over the force-composited gray div should not cause ot
her layers to disappear. | 1 A squashing RenderLayer that becomes non-composited should correctly send a repa
int invalidation to the new container GraphicsLayer that it paints into. When ru
n interactively, hovering over the force-composited gray div should not cause ot
her layers to disappear. |
2 | 2 |
3 CASE 1, original layer tree: | 3 CASE 1, original layer tree: |
4 (GraphicsLayer | 4 (GraphicsLayer |
5 (bounds 800.00 600.00) | 5 (bounds 800.00 600.00) |
6 (children 1 | 6 (children 1 |
7 (GraphicsLayer | 7 (GraphicsLayer |
8 (bounds 800.00 600.00) | 8 (bounds 800.00 600.00) |
9 (contentsOpaque 1) | 9 (contentsOpaque 1) |
10 (drawsContent 1) | 10 (drawsContent 1) |
(...skipping 24 matching lines...) Expand all Loading... |
35 (children 1 | 35 (children 1 |
36 (GraphicsLayer | 36 (GraphicsLayer |
37 (bounds 800.00 600.00) | 37 (bounds 800.00 600.00) |
38 (contentsOpaque 1) | 38 (contentsOpaque 1) |
39 (drawsContent 1) | 39 (drawsContent 1) |
40 (repaint rects | 40 (repaint rects |
41 (rect 300.00 300.00 100.00 100.00) | 41 (rect 300.00 300.00 100.00 100.00) |
42 (rect 220.00 220.00 100.00 100.00) | 42 (rect 220.00 220.00 100.00 100.00) |
43 (rect 140.00 140.00 100.00 100.00) | 43 (rect 140.00 140.00 100.00 100.00) |
44 (rect 60.00 60.00 100.00 100.00) | 44 (rect 60.00 60.00 100.00 100.00) |
| 45 (rect 60.00 60.00 100.00 100.00) |
45 ) | 46 ) |
46 ) | 47 ) |
47 ) | 48 ) |
48 ) | 49 ) |
49 | 50 |
OLD | NEW |