| Index: Source/platform/fonts/Font.h
|
| diff --git a/Source/platform/fonts/Font.h b/Source/platform/fonts/Font.h
|
| index bf4c15d80dcb98664fafc2854ca60a629428cc49..23cc29743b94a65f04f7a49cc179a8783e6b69fc 100644
|
| --- a/Source/platform/fonts/Font.h
|
| +++ b/Source/platform/fonts/Font.h
|
| @@ -171,12 +171,12 @@ public:
|
|
|
| void willUseFontData(UChar32) const;
|
|
|
| -private:
|
| bool loadingCustomFonts() const
|
| {
|
| return m_fontFallbackList && m_fontFallbackList->loadingCustomFonts();
|
| }
|
|
|
| +private:
|
| bool shouldSkipDrawing() const
|
| {
|
| return m_fontFallbackList && m_fontFallbackList->shouldSkipDrawing();
|
|
|