diff options
Diffstat (limited to 'gfx')
-rw-r--r-- | gfx/thebes/gfxFcPlatformFontList.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gfx/thebes/gfxFcPlatformFontList.cpp b/gfx/thebes/gfxFcPlatformFontList.cpp index 130b8df1ed..f80196430f 100644 --- a/gfx/thebes/gfxFcPlatformFontList.cpp +++ b/gfx/thebes/gfxFcPlatformFontList.cpp @@ -38,6 +38,7 @@ #endif using namespace mozilla; +using namespace mozilla::gfx; using namespace mozilla::unicode; #ifndef FC_POSTSCRIPT_NAME @@ -1104,7 +1105,7 @@ gfxFontconfigFont::~gfxFontconfigFont() } already_AddRefed<ScaledFont> -gfxFontconfigFont::GetScaledFont(mozilla::gfx::DrawTarget *aTarget) +gfxFontconfigFont::GetScaledFont(DrawTarget *aTarget) { if (!mAzureScaledFont) { mAzureScaledFont = |