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

Unified Diff: Source/core/layout/svg/SVGTextFragment.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/SVGTextChunkBuilder.h ('k') | Source/core/layout/svg/SVGTextLayoutAttributes.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/svg/SVGTextFragment.h
diff --git a/Source/core/layout/svg/SVGTextFragment.h b/Source/core/layout/svg/SVGTextFragment.h
index 23544dc6c9239bd5adf742a709628349ea49c100..6e700d766107432f6816f3464d4c454cd4f2255f 100644
--- a/Source/core/layout/svg/SVGTextFragment.h
+++ b/Source/core/layout/svg/SVGTextFragment.h
@@ -21,11 +21,13 @@
#define SVGTextFragment_h
#include "platform/transforms/AffineTransform.h"
+#include "wtf/Allocator.h"
namespace blink {
// A SVGTextFragment describes a text fragment of a LayoutSVGInlineText which can be laid out at once.
struct SVGTextFragment {
+ ALLOW_ONLY_INLINE_ALLOCATION();
SVGTextFragment()
: characterOffset(0)
, metricsListOffset(0)
« no previous file with comments | « Source/core/layout/svg/SVGTextChunkBuilder.h ('k') | Source/core/layout/svg/SVGTextLayoutAttributes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698