Issue #2191 - Follow-up: Add missing mozilla::gfx in gfxFcPlatformFontList.cpp

Fixes build bustage in GNU/Linux
This commit is contained in:
Job Bautista 2023-04-05 21:20:34 +08:00 committed by roytam1
commit d9e7c07ed3

View file

@ -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 =