Bug 562746. Remove use of EXTEND_NONE on quartz. r=roc

The updated quartz backend actually supports extend none properly.
We currently (and in the update) patch extend_pad to behave like the old
extend_none instead of a real extend_pad, so this change shouldn't have any
rendering differences now and fixes the reftest when we update.
This commit is contained in:
Jeff Muizelaar 2011-05-18 15:41:45 -04:00
parent 5ae81a5495
commit 1592328268

View File

@ -129,12 +129,6 @@ PreparePatternForUntiledDrawing(gfxPattern* aPattern,
break;
}
case gfxASurface::SurfaceTypeQuartz:
case gfxASurface::SurfaceTypeQuartzImage:
// Don't set EXTEND_PAD, Mac seems to be OK. Really?
aPattern->SetFilter(aDefaultFilter);
break;
default:
// turn on EXTEND_PAD.
// This is what we really want for all surface types, if the