mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1151306 - Add a missing check during background color pulling. r=roc
This commit is contained in:
parent
5d5e7a6090
commit
094e47861d
@ -2315,6 +2315,7 @@ nscolor
|
|||||||
PaintedLayerDataNode::FindOpaqueBackgroundColorCoveringEverything() const
|
PaintedLayerDataNode::FindOpaqueBackgroundColorCoveringEverything() const
|
||||||
{
|
{
|
||||||
if (!mPaintedLayerDataStack.IsEmpty() ||
|
if (!mPaintedLayerDataStack.IsEmpty() ||
|
||||||
|
mAllDrawingAboveBackground ||
|
||||||
!mVisibleAboveBackgroundRegion.IsEmpty()) {
|
!mVisibleAboveBackgroundRegion.IsEmpty()) {
|
||||||
return NS_RGBA(0,0,0,0);
|
return NS_RGBA(0,0,0,0);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user