зеркало из https://github.com/mozilla/pjs.git
added fix for GetRects(). not currently called by anything but the new
compositor which is not yet enabled. approved by sar.
This commit is contained in:
Родитель
af7c884275
Коммит
c7ccc56a41
|
@ -250,6 +250,8 @@ NS_IMETHODIMP nsRegionGTK::GetRects(nsRegionRectSet **aRects)
|
|||
rect++;
|
||||
}
|
||||
|
||||
*aRects = rects;
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче