| 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 798c0a33ee15700777ebb0888f62f3944e6e5118..e2a5c05ba5f7df97a238c067ced757fe4dd72fef 100644
|
| --- a/Source/core/platform/graphics/chromium/FontPlatformDataChromiumWin.h
|
| +++ b/Source/core/platform/graphics/chromium/FontPlatformDataChromiumWin.h
|
| @@ -92,6 +92,8 @@ public:
|
| SkTypeface* typeface() const { return m_typeface.get(); }
|
| int paintTextFlags() const { return m_paintTextFlags; }
|
|
|
| + String fontFamilyName() const;
|
| +
|
| FontOrientation orientation() const { return m_orientation; }
|
| void setOrientation(FontOrientation orientation) { m_orientation = orientation; }
|
|
|
|
|