зеркало из https://github.com/mozilla/gecko-dev.git
Bug 948221 - Part 3: Fix a bug where a SurfacePattern created by gfxPattern didn't respect the requested filter mode. r=Bas
This commit is contained in:
Родитель
4bd8a376ba
Коммит
15fdc45ed3
|
@ -180,7 +180,7 @@ gfxPattern::GetPattern(DrawTarget *aTarget, Matrix *aPatternTransform)
|
|||
|
||||
if (!mPattern) {
|
||||
mGfxPattern = new (mSurfacePattern.addr())
|
||||
SurfacePattern(mSourceSurface, ToExtendMode(mExtend), mTransform);
|
||||
SurfacePattern(mSourceSurface, ToExtendMode(mExtend), mTransform, mFilter);
|
||||
return mGfxPattern;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче