Backed out changeset 11f8ba2d1e85 (bug 1209273)

This commit is contained in:
Carsten "Tomcat" Book 2016-04-01 11:57:56 +02:00
Родитель 5b170bfb14
Коммит f0e5f9de55
1 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -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();
}