From d9e7c07ed33a8d6880f2938566d1c4038622e8a2 Mon Sep 17 00:00:00 2001 From: Job Bautista Date: Wed, 5 Apr 2023 21:20:34 +0800 Subject: [PATCH] Issue #2191 - Follow-up: Add missing mozilla::gfx in gfxFcPlatformFontList.cpp Fixes build bustage in GNU/Linux --- gfx/thebes/gfxFcPlatformFontList.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -gfxFontconfigFont::GetScaledFont(mozilla::gfx::DrawTarget *aTarget) +gfxFontconfigFont::GetScaledFont(DrawTarget *aTarget) { if (!mAzureScaledFont) { mAzureScaledFont =