| Index: third_party/WebKit/Source/platform/fonts/FontCache.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/FontCache.h b/third_party/WebKit/Source/platform/fonts/FontCache.h
|
| index 0935f294343f706945740de90f55e7c98796b509..7085ea3fec0fec80d433cda8c4bfea94aba44ad0 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontCache.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontCache.h
|
| @@ -191,6 +191,8 @@ class PLATFORM_EXPORT FontCache {
|
|
|
| void invalidateShapeCache();
|
|
|
| + static void crashWithFontInfo(const FontDescription*);
|
| +
|
| // Memory reporting
|
| void dumpFontPlatformDataCache(base::trace_event::ProcessMemoryDump*);
|
| void dumpShapeResultCache(base::trace_event::ProcessMemoryDump*);
|
|
|