Chromium Code Reviews| Index: core/include/fxge/fx_font.h |
| diff --git a/core/include/fxge/fx_font.h b/core/include/fxge/fx_font.h |
| index 95b036e0bce4e9c27b104a3ca8b0e5d3da92ec10..085ead88c7c0cea0effe09fa0676872e7af37075 100644 |
| --- a/core/include/fxge/fx_font.h |
| +++ b/core/include/fxge/fx_font.h |
| @@ -257,6 +257,7 @@ class CFX_FontMapper { |
| int italic_angle, |
| int CharsetCP, |
| CFX_SubstFont* pSubstFont); |
| + FX_BOOL IsBuiltinFace(const FXFT_Face face) const; |
| private: |
| static const size_t MM_FACE_COUNT = 2; |