mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1053159 - Initialize gfxPattern::mFilter. r=Bas
--HG-- extra : rebase_source : 8b381ebeda17be5931f38ababb19fe6eead09c52
This commit is contained in:
parent
3b9b54ae65
commit
e582e00ffe
@ -58,6 +58,7 @@ gfxPattern::gfxPattern(SourceSurface *aSurface, const Matrix &aTransform)
|
||||
, mSourceSurface(aSurface)
|
||||
, mTransform(aTransform)
|
||||
, mExtend(EXTEND_NONE)
|
||||
, mFilter(Filter::GOOD)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user