| Index: Source/platform/fonts/FontFallbackList.h
|
| diff --git a/Source/platform/fonts/FontFallbackList.h b/Source/platform/fonts/FontFallbackList.h
|
| index 72f12681a2172c51ea4425e88bfaeeb8a9c60aed..e22324ed386b38eb2e724bfba574377e8c066c80 100644
|
| --- a/Source/platform/fonts/FontFallbackList.h
|
| +++ b/Source/platform/fonts/FontFallbackList.h
|
| @@ -66,6 +66,7 @@ public:
|
| bool isValid() const;
|
| void invalidate(PassRefPtrWillBeRawPtr<FontSelector>);
|
|
|
| + bool hasCustomFont() const { return m_hasCustomFont; }
|
| bool loadingCustomFonts() const;
|
| bool shouldSkipDrawing() const;
|
|
|
| @@ -119,6 +120,7 @@ private:
|
| mutable int m_familyIndex;
|
| unsigned short m_generation;
|
| mutable bool m_hasLoadingFallback : 1;
|
| + mutable bool m_hasCustomFont : 1;
|
| };
|
|
|
| } // namespace blink
|
|
|