mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Took out the clip for backgrounds.. not needed r=rods. bug=16685
This commit is contained in:
parent
3aed7992fd
commit
e980952da4
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user