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

Unified Diff: Source/core/layout/svg/SVGResourcesCycleSolver.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/SVGMarkerData.h ('k') | Source/core/layout/svg/SVGSubpathData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/svg/SVGResourcesCycleSolver.h
diff --git a/Source/core/layout/svg/SVGResourcesCycleSolver.h b/Source/core/layout/svg/SVGResourcesCycleSolver.h
index 6f1e51d387d259063afba2eb002e2cf114c39228..f95a35023c0f189eafee9bf34b5b748294130795 100644
--- a/Source/core/layout/svg/SVGResourcesCycleSolver.h
+++ b/Source/core/layout/svg/SVGResourcesCycleSolver.h
@@ -20,6 +20,7 @@
#ifndef SVGResourcesCycleSolver_h
#define SVGResourcesCycleSolver_h
+#include "wtf/Allocator.h"
#include "wtf/HashSet.h"
#include "wtf/Noncopyable.h"
@@ -30,6 +31,7 @@ class LayoutSVGResourceContainer;
class SVGResources;
class SVGResourcesCycleSolver {
+ STACK_ALLOCATED();
WTF_MAKE_NONCOPYABLE(SVGResourcesCycleSolver);
public:
SVGResourcesCycleSolver(LayoutObject*, SVGResources*);
« no previous file with comments | « Source/core/layout/svg/SVGMarkerData.h ('k') | Source/core/layout/svg/SVGSubpathData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698