mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 745054 - Part 1: Fix Skia compilation on windows. r=mattwoodrow
This commit is contained in:
parent
189a897f22
commit
038184f126
@ -36,7 +36,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#include "ScaledFontWin.h"
|
||||
#include "ScaeldFontBase.h"
|
||||
#include "ScaledFontBase.h"
|
||||
|
||||
#ifdef USE_SKIA
|
||||
#include "skia/SkTypeface_win.h"
|
||||
@ -55,7 +55,7 @@ ScaledFontWin::ScaledFontWin(LOGFONT* aFont, Float aSize)
|
||||
SkTypeface* ScaledFontWin::GetSkTypeface()
|
||||
{
|
||||
if (!mTypeface) {
|
||||
mTypeface = SkCreateTypefaceFromLOGFONT(lf);
|
||||
mTypeface = SkCreateTypefaceFromLOGFONT(mLogFont);
|
||||
}
|
||||
return mTypeface;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user