| Index: third_party/WebKit/Source/platform/fonts/FontFallbackList.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/FontFallbackList.h b/third_party/WebKit/Source/platform/fonts/FontFallbackList.h
|
| index a131fc61f5a109fa0b00148d420c8ceb87d8c29e..ebb1db6a4ffa61b20de1eb6c5a3a21f17fcc19a8 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontFallbackList.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontFallbackList.h
|
| @@ -131,6 +131,7 @@ private:
|
| mutable int m_familyIndex;
|
| unsigned short m_generation;
|
| mutable bool m_hasLoadingFallback : 1;
|
| + mutable bool m_hasNonBlankFontData : 1;
|
| mutable WeakPtr<ShapeCache> m_shapeCache;
|
| };
|
|
|
|
|