Bug 1053159 - Initialize gfxPattern::mFilter. r=Bas

--HG--
extra : rebase_source : 8b381ebeda17be5931f38ababb19fe6eead09c52
This commit is contained in:
Matt Woodrow 2014-08-15 14:24:11 +12:00
parent 3b9b54ae65
commit e582e00ffe

View File

@ -58,6 +58,7 @@ gfxPattern::gfxPattern(SourceSurface *aSurface, const Matrix &aTransform)
, mSourceSurface(aSurface)
, mTransform(aTransform)
, mExtend(EXTEND_NONE)
, mFilter(Filter::GOOD)
{
}