mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 667663 - Silence MSVC warning by returning NULL if DWrite is disabled. r=bas
This commit is contained in:
parent
0482604dd9
commit
7676326719
@ -455,6 +455,8 @@ gfxWindowsPlatform::GetScaledFontForFont(gfxFont *aFont)
|
||||
|
||||
return scaledFont;
|
||||
}
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
already_AddRefed<gfxASurface>
|
||||
|
Loading…
Reference in New Issue
Block a user