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

Unified Diff: Source/core/layout/svg/SVGTextLayoutAttributesBuilder.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/SVGTextLayoutAttributes.h ('k') | Source/core/layout/svg/SVGTextLayoutEngine.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/svg/SVGTextLayoutAttributesBuilder.h
diff --git a/Source/core/layout/svg/SVGTextLayoutAttributesBuilder.h b/Source/core/layout/svg/SVGTextLayoutAttributesBuilder.h
index 5d5ddedee9644d00e4d37988bad67f6fd0e03505..a468d36a57e58cc9208695e0789e8583ccb1f9b3 100644
--- a/Source/core/layout/svg/SVGTextLayoutAttributesBuilder.h
+++ b/Source/core/layout/svg/SVGTextLayoutAttributesBuilder.h
@@ -22,6 +22,7 @@
#include "core/layout/svg/SVGTextLayoutAttributes.h"
#include "platform/heap/Handle.h"
+#include "wtf/Allocator.h"
#include "wtf/Vector.h"
#include "wtf/text/Unicode.h"
@@ -41,6 +42,7 @@ class SVGTextPositioningElement;
// The second layout phase is carried out by SVGTextLayoutEngine.
class SVGTextLayoutAttributesBuilder {
+ DISALLOW_ALLOCATION();
WTF_MAKE_NONCOPYABLE(SVGTextLayoutAttributesBuilder);
public:
SVGTextLayoutAttributesBuilder();
« no previous file with comments | « Source/core/layout/svg/SVGTextLayoutAttributes.h ('k') | Source/core/layout/svg/SVGTextLayoutEngine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698