mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Issue #2191 - Follow-up: Add missing mozilla::gfx in gfxFcPlatformFontList.cpp
Fixes build bustage in GNU/Linux
This commit is contained in:
parent
44b74873c1
commit
d9e7c07ed3
1 changed files with 2 additions and 1 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue