picture-passthrough.yaml (510B)
1 # Ensure that compositor surfaces which exist in child pictures with 2 # None for composite mode don't get promoted to a compositor surface, 3 # as we don't currently account for these in `compositor_surface_count`. 4 --- 5 root: 6 items: 7 - type: stacking-context 8 backdrop-root: true 9 items: 10 - type: backdrop-filter 11 bounds: 0 0 256 256 12 filters: invert(1) 13 - image: checkerboard(2,16,16) 14 bounds: [150, 150, 262, 262] 15 prefer-compositor-surface: true