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

Unified Diff: Source/web/WebFontImpl.h

Issue 1328773002: Make classes and structures in web fast-allocated. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « Source/web/WebFileChooserCompletionImpl.h ('k') | Source/web/WebGraphicsContextImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebFontImpl.h
diff --git a/Source/web/WebFontImpl.h b/Source/web/WebFontImpl.h
index b6c2378f65f09dd488c189496a72c2631afbb7fc..a3eb8aadbf2614d1d62b257a9422c46732c7e43c 100644
--- a/Source/web/WebFontImpl.h
+++ b/Source/web/WebFontImpl.h
@@ -34,12 +34,14 @@
#include "platform/fonts/Font.h"
#include "platform/graphics/paint/DisplayItemClient.h"
#include "public/web/WebFont.h"
+#include "wtf/FastAllocBase.h"
namespace blink {
class FontDescription;
class WebFontImpl final : public WebFont {
+ WTF_MAKE_FAST_ALLOCATED(WebFontImpl);
public:
explicit WebFontImpl(const FontDescription&);
« no previous file with comments | « Source/web/WebFileChooserCompletionImpl.h ('k') | Source/web/WebGraphicsContextImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698