| Index: Source/platform/fonts/FontCache.h
|
| diff --git a/Source/platform/fonts/FontCache.h b/Source/platform/fonts/FontCache.h
|
| index eaa41c192e33119eecf451dbc1ec141985ef550e..4fcfb3fd234b1e288c3d0ede1524a2d9c577efdd 100644
|
| --- a/Source/platform/fonts/FontCache.h
|
| +++ b/Source/platform/fonts/FontCache.h
|
| @@ -97,6 +97,7 @@ public:
|
|
|
| #if OS(WIN) && !ENABLE(GDI_FONTS_ON_WINDOWS)
|
| bool useSubpixelPositioning() const { return m_useSubpixelPositioning; }
|
| + SkFontMgr* fontManager() { return m_fontManager.get(); }
|
| #endif
|
|
|
| #if ENABLE(OPENTYPE_VERTICAL)
|
|
|