зеркало из https://github.com/mozilla/pjs.git
Fixed background color under border. b=13934. R=Attinasi
This commit is contained in:
Родитель
e939bd51a5
Коммит
72a7587f19
|
@ -2180,7 +2180,7 @@ nsCSSRendering::PaintBackground(nsIPresContext* aPresContext,
|
|||
yDistance = dirtyRect.height;
|
||||
needBackgroundOnContinuation = PR_TRUE;
|
||||
// We need to render the background color if the image is transparent
|
||||
needBackgroundColor = image->GetHasAlphaMask();
|
||||
//needBackgroundColor = image->GetHasAlphaMask();
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
@ -2180,7 +2180,7 @@ nsCSSRendering::PaintBackground(nsIPresContext* aPresContext,
|
|||
yDistance = dirtyRect.height;
|
||||
needBackgroundOnContinuation = PR_TRUE;
|
||||
// We need to render the background color if the image is transparent
|
||||
needBackgroundColor = image->GetHasAlphaMask();
|
||||
//needBackgroundColor = image->GetHasAlphaMask();
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче