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

Unified Diff: Source/core/layout/svg/ReferenceFilterBuilder.h

Issue 1318713003: Make classes and structures in core/layout fast-allocated. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/layout/svg/LayoutSVGResourcePaintServer.h ('k') | Source/core/layout/svg/SVGLayoutSupport.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/svg/ReferenceFilterBuilder.h
diff --git a/Source/core/layout/svg/ReferenceFilterBuilder.h b/Source/core/layout/svg/ReferenceFilterBuilder.h
index f520d90a167013a3822f5f24b4633d67bed7d5f4..16c02792927f36d25b5583c9e97eccf1079f97ad 100644
--- a/Source/core/layout/svg/ReferenceFilterBuilder.h
+++ b/Source/core/layout/svg/ReferenceFilterBuilder.h
@@ -32,6 +32,7 @@
#define ReferenceFilterBuilder_h
#include "core/fetch/DocumentResourceReference.h"
+#include "wtf/Allocator.h"
#include "wtf/HashMap.h"
#include "wtf/PassRefPtr.h"
@@ -44,6 +45,7 @@ class ReferenceFilterOperation;
class ReferenceFilter;
class ReferenceFilterBuilder {
+ STATIC_ONLY(ReferenceFilterBuilder);
public:
static DocumentResourceReference* documentResourceReference(const FilterOperation*);
static void setDocumentResourceReference(const FilterOperation*, PassOwnPtr<DocumentResourceReference>);
« no previous file with comments | « Source/core/layout/svg/LayoutSVGResourcePaintServer.h ('k') | Source/core/layout/svg/SVGLayoutSupport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698