зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 11f8ba2d1e85 (bug 1209273)
This commit is contained in:
Родитель
5b170bfb14
Коммит
f0e5f9de55
|
@ -1985,10 +1985,7 @@ nsCSSRendering::DetermineBackgroundColor(nsPresContext* aPresContext,
|
|||
aDrawBackgroundImage = true;
|
||||
aDrawBackgroundColor = true;
|
||||
|
||||
const nsStyleVisibility* visibility = aStyleContext->StyleVisibility();
|
||||
|
||||
if (visibility->mColorAdjust != NS_STYLE_COLOR_ADJUST_EXACT &&
|
||||
aFrame->HonorPrintBackgroundSettings()) {
|
||||
if (aFrame->HonorPrintBackgroundSettings()) {
|
||||
aDrawBackgroundImage = aPresContext->GetBackgroundImageDraw();
|
||||
aDrawBackgroundColor = aPresContext->GetBackgroundColorDraw();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче