Chromium Code Reviews| Index: Source/platform/fonts/Font.h |
| diff --git a/Source/platform/fonts/Font.h b/Source/platform/fonts/Font.h |
| index ca091a60649a08267f2f0a9f767b0acec4fd4be8..569834fef3101d0f2a528dc8a56a233bb51c863c 100644 |
| --- a/Source/platform/fonts/Font.h |
| +++ b/Source/platform/fonts/Font.h |
| @@ -168,6 +168,8 @@ public: |
| return m_fontFallbackList && m_fontFallbackList->loadingCustomFonts(); |
| } |
| + bool isFallbackValid() const { return !m_fontFallbackList || m_fontFallbackList->isValid(); } |
|
esprehn
2015/03/26 23:28:15
Ditto, does this need to be inline?
rune
2015/03/27 07:14:22
Done.
|
| + |
| private: |
| bool shouldSkipDrawing() const |
| { |