| Index: Source/core/platform/graphics/chromium/FontPlatformDataChromiumWin.h | 
| diff --git a/Source/core/platform/graphics/chromium/FontPlatformDataChromiumWin.h b/Source/core/platform/graphics/chromium/FontPlatformDataChromiumWin.h | 
| index b8f210814f2ee101524471693ca92ce58923b6d2..8d163298e30054e22bd592f5ef6c2fa4c56bb442 100644 | 
| --- a/Source/core/platform/graphics/chromium/FontPlatformDataChromiumWin.h | 
| +++ b/Source/core/platform/graphics/chromium/FontPlatformDataChromiumWin.h | 
| @@ -81,6 +81,7 @@ public: | 
|  | 
| ~FontPlatformData(); | 
|  | 
| +    bool isFixedPitch() const; | 
| HFONT hfont() const { return m_font ? m_font->hfont() : 0; } | 
| float size() const { return m_size; } | 
| SkTypeface* typeface() const { return m_typeface; } | 
|  |