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

Unified Diff: Source/core/css/LocalFontFaceSource.h

Issue 1304623002: Make blink classes and structures in core/css fast-allocated (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing (Fixed windows compile error) Created 5 years, 4 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/core/css/HashTools.h ('k') | Source/core/css/MediaQueryExp.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/LocalFontFaceSource.h
diff --git a/Source/core/css/LocalFontFaceSource.h b/Source/core/css/LocalFontFaceSource.h
index 6e90667274b6e619d3184d873fdadf0d42231cfc..f63346c80bcf6d4cc09f2540a2006defe9d9379b 100644
--- a/Source/core/css/LocalFontFaceSource.h
+++ b/Source/core/css/LocalFontFaceSource.h
@@ -6,6 +6,7 @@
#define LocalFontFaceSource_h
#include "core/css/CSSFontFaceSource.h"
+#include "wtf/Allocator.h"
#include "wtf/text/AtomicString.h"
namespace blink {
@@ -20,6 +21,7 @@ private:
PassRefPtr<SimpleFontData> createFontData(const FontDescription&) override;
class LocalFontHistograms {
+ DISALLOW_ALLOCATION();
public:
LocalFontHistograms() : m_reported(false) { }
void record(bool loadSuccess);
« no previous file with comments | « Source/core/css/HashTools.h ('k') | Source/core/css/MediaQueryExp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698