Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1160)

Unified Diff: third_party/WebKit/Source/platform/fonts/FontCacheMemoryDumpProvider.h

Issue 1609943003: Make platform/heap to use USING_FAST_MALLOC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed compile error Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 { }

Powered by Google App Engine
This is Rietveld 408576698