mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1053159 - fully qualify filter name to fix bustage. CLOSED TREE
--HG-- extra : rebase_source : d819fe43ccceb6b70e036df9fab1d15cfcbd21ae
This commit is contained in:
parent
57bec315e1
commit
e0240d6186
@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user