| Index: Source/platform/fonts/FontFallbackList.h
|
| diff --git a/Source/platform/fonts/FontFallbackList.h b/Source/platform/fonts/FontFallbackList.h
|
| index fa7b9ac567604421a47a2f4cead3a8953b6ec541..1d5430efe849f2c1e18e2f4100a94c5127ec04d7 100644
|
| --- a/Source/platform/fonts/FontFallbackList.h
|
| +++ b/Source/platform/fonts/FontFallbackList.h
|
| @@ -64,6 +64,7 @@ public:
|
| static PassRefPtr<FontFallbackList> create() { return adoptRef(new FontFallbackList()); }
|
|
|
| ~FontFallbackList() { releaseFontData(); }
|
| + bool isValid() const;
|
| void invalidate(PassRefPtrWillBeRawPtr<FontSelector>);
|
|
|
| bool isFixedPitch(const FontDescription& fontDescription) const
|
|
|