| 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 189d3e00fcee5417a894fe8d921b557a23c71995..d989877a744ca6f50a091846fcb037a4bf15f898 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontCache.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontCache.h
|
| @@ -154,6 +154,7 @@ public:
|
| // Memory reporting
|
| void dumpFontPlatformDataCache(base::trace_event::ProcessMemoryDump*);
|
| void dumpShapeResultCache(base::trace_event::ProcessMemoryDump*);
|
| + void dumpFontDataCache(base::trace_event::ProcessMemoryDump*);
|
|
|
| private:
|
| FontCache();
|
|
|