| Index: src/ports/SkFontHost_win.cpp
|
| diff --git a/src/ports/SkFontHost_win.cpp b/src/ports/SkFontHost_win.cpp
|
| index be762eead364549330f5e4028971a278c9b4f697..7416cb22fa558fd99c9081759e5c10a80eed191e 100755
|
| --- a/src/ports/SkFontHost_win.cpp
|
| +++ b/src/ports/SkFontHost_win.cpp
|
| @@ -2153,6 +2153,7 @@ private:
|
| HFONT fFont;
|
| HFONT fSavefont;
|
| };
|
| +#define SkAutoHDC(...) SK_REQUIRE_LOCAL_VAR(SkAutoHDC)
|
|
|
| int LogFontTypeface::onCharsToGlyphs(const void* chars, Encoding encoding,
|
| uint16_t userGlyphs[], int glyphCount) const
|
|
|