Bug 1053159 - fully qualify filter name to fix bustage. CLOSED TREE

--HG--
extra : rebase_source : d819fe43ccceb6b70e036df9fab1d15cfcbd21ae
This commit is contained in:
Matt Woodrow 2014-08-15 14:56:44 +12:00
parent 57bec315e1
commit e0240d6186

View File

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