| Index: third_party/WebKit/Source/platform/fonts/FontCacheMemoryDumpProvider.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/FontCacheMemoryDumpProvider.h b/third_party/WebKit/Source/platform/fonts/FontCacheMemoryDumpProvider.h
|
| index b7d61d9c74fcd89c8627e0cc9f36022dcc978f50..b69e7a52374ac5efc1d7934529d1fff4694b626f 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontCacheMemoryDumpProvider.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontCacheMemoryDumpProvider.h
|
| @@ -7,10 +7,12 @@
|
|
|
| #include "platform/PlatformExport.h"
|
| #include "public/platform/WebMemoryDumpProvider.h"
|
| +#include "wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
| class PLATFORM_EXPORT FontCacheMemoryDumpProvider final : public WebMemoryDumpProvider {
|
| + USING_FAST_MALLOC(FontCacheMemoryDumpProvider);
|
| public:
|
| static FontCacheMemoryDumpProvider* instance();
|
| ~FontCacheMemoryDumpProvider() override { }
|
|
|