From e0240d618630bb99181c15a651495030bc783a79 Mon Sep 17 00:00:00 2001 From: Matt Woodrow Date: Fri, 15 Aug 2014 14:56:44 +1200 Subject: [PATCH] Bug 1053159 - fully qualify filter name to fix bustage. CLOSED TREE --HG-- extra : rebase_source : d819fe43ccceb6b70e036df9fab1d15cfcbd21ae --- gfx/thebes/gfxPattern.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/thebes/gfxPattern.cpp b/gfx/thebes/gfxPattern.cpp index 6ceecd6cd2e..36173d2ae92 100644 --- a/gfx/thebes/gfxPattern.cpp +++ b/gfx/thebes/gfxPattern.cpp @@ -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) { }