| Index: src/ports/SkFontHost_win.cpp
|
| diff --git a/src/ports/SkFontHost_win.cpp b/src/ports/SkFontHost_win.cpp
|
| index 25038dcf380a5824ffc368734c2241edb6c76e70..34d05068f59971955ff1d428cdb6b117c0518aea 100644
|
| --- a/src/ports/SkFontHost_win.cpp
|
| +++ b/src/ports/SkFontHost_win.cpp
|
| @@ -206,7 +206,7 @@ static unsigned calculateUPEM(HDC hdc, const LOGFONT& lf) {
|
| class LogFontTypeface : public SkTypeface {
|
| public:
|
| LogFontTypeface(const SkFontStyle& style, const LOGFONT& lf, bool serializeAsStream)
|
| - : SkTypeface(style, SkTypefaceCache::NewFontID(), false)
|
| + : SkTypeface(style, false)
|
| , fLogFont(lf)
|
| , fSerializeAsStream(serializeAsStream)
|
| {
|
|
|