| Index: Source/platform/fonts/win/FontPlatformDataWin.h
|
| diff --git a/Source/platform/fonts/win/FontPlatformDataWin.h b/Source/platform/fonts/win/FontPlatformDataWin.h
|
| index b1e5fa722e04abb90248227d316238b3ba7483d1..a2dd0ca5b8325c5bc7058e192dc63c78f5e53932 100644
|
| --- a/Source/platform/fonts/win/FontPlatformDataWin.h
|
| +++ b/Source/platform/fonts/win/FontPlatformDataWin.h
|
| @@ -53,8 +53,8 @@ typedef struct HFONT__ *HFONT;
|
| namespace WebCore {
|
|
|
| // Return a typeface associated with the hfont, and return its size and
|
| -// lfQuality from the hfont's LOGFONT.
|
| -PassRefPtr<SkTypeface> CreateTypefaceFromHFont(HFONT, int* size, int* paintTextFlags);
|
| +// from the hfont's LOGFONT.
|
| +PassRefPtr<SkTypeface> CreateTypefaceFromHFont(HFONT, int* size);
|
|
|
| class FontDescription;
|
| class GraphicsContext;
|
| @@ -173,7 +173,6 @@ private:
|
| bool m_syntheticItalic;
|
|
|
| RefPtr<SkTypeface> m_typeface;
|
| - int m_paintTextFlags;
|
|
|
| #if USE(HARFBUZZ)
|
| mutable RefPtr<HarfBuzzFace> m_harfBuzzFace;
|
|
|