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

Unified Diff: Source/core/css/DocumentFontFaceSet.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/ComputedStyleCSSValueMapping.h ('k') | Source/core/css/FontFaceSet.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/DocumentFontFaceSet.h
diff --git a/Source/core/css/DocumentFontFaceSet.h b/Source/core/css/DocumentFontFaceSet.h
index 0c0d31c9952c6496da01eea8bc29cd42ef946190..21b65ea63c69cbe4a477969498f5014260bfc1f6 100644
--- a/Source/core/css/DocumentFontFaceSet.h
+++ b/Source/core/css/DocumentFontFaceSet.h
@@ -27,6 +27,7 @@
#define DocumentFontFaceSet_h
#include "platform/heap/Handle.h"
+#include "wtf/Allocator.h"
#include "wtf/PassRefPtr.h"
namespace blink {
@@ -35,6 +36,7 @@ class Document;
class FontFaceSet;
class DocumentFontFaceSet {
+ STATIC_ONLY(DocumentFontFaceSet);
public:
static PassRefPtrWillBeRawPtr<FontFaceSet> fonts(Document&);
};
« no previous file with comments | « Source/core/css/ComputedStyleCSSValueMapping.h ('k') | Source/core/css/FontFaceSet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698