mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
b=550211 init pixman_region32_equal out-param.
r=roc.
This commit is contained in:
parent
e49216da86
commit
b38334998f
@ -4677,6 +4677,7 @@ nsWindow::SetWindowClipRegion(const nsTArray<nsIntRect>& aRects,
|
||||
nsAutoRef<pixman_region32> newRegion;
|
||||
InitRegion(&newRegion, aRects);
|
||||
nsAutoRef<pixman_region32> intersectRegion;
|
||||
pixman_region32_init(&intersectRegion);
|
||||
pixman_region32_intersect(&intersectRegion,
|
||||
&newRegion, &existingRegion);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user