diff --git a/mozilla/layout/base/nsCSSRendering.cpp b/mozilla/layout/base/nsCSSRendering.cpp index 1d1f8f9766f..16f51a6b161 100644 --- a/mozilla/layout/base/nsCSSRendering.cpp +++ b/mozilla/layout/base/nsCSSRendering.cpp @@ -2134,7 +2134,7 @@ nsCSSRendering::PaintBackground(nsIPresContext* aPresContext, theTransform->SetToIdentity(); theTransform->AddScale(app2dev, app2dev); - aRenderingContext.SetClipRect(srcRect, nsClipCombine_kReplace, clip); + //aRenderingContext.SetClipRect(srcRect, nsClipCombine_kReplace, clip); // copy the initial image to our buffer, this takes twips and converts to pixels.. // which is what the image is in diff --git a/mozilla/layout/html/style/src/nsCSSRendering.cpp b/mozilla/layout/html/style/src/nsCSSRendering.cpp index 1d1f8f9766f..16f51a6b161 100644 --- a/mozilla/layout/html/style/src/nsCSSRendering.cpp +++ b/mozilla/layout/html/style/src/nsCSSRendering.cpp @@ -2134,7 +2134,7 @@ nsCSSRendering::PaintBackground(nsIPresContext* aPresContext, theTransform->SetToIdentity(); theTransform->AddScale(app2dev, app2dev); - aRenderingContext.SetClipRect(srcRect, nsClipCombine_kReplace, clip); + //aRenderingContext.SetClipRect(srcRect, nsClipCombine_kReplace, clip); // copy the initial image to our buffer, this takes twips and converts to pixels.. // which is what the image is in