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

Unified Diff: Source/core/layout/shapes/RasterShape.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/shapes/PolygonShape.h ('k') | Source/core/layout/svg/LayoutSVGInlineText.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/shapes/RasterShape.h
diff --git a/Source/core/layout/shapes/RasterShape.h b/Source/core/layout/shapes/RasterShape.h
index bf24bd20b425a9336a14b1eada9f29a7c4a0e04d..26d1ca2cac2f71c57298d58fed9820b3890617a0 100644
--- a/Source/core/layout/shapes/RasterShape.h
+++ b/Source/core/layout/shapes/RasterShape.h
@@ -39,6 +39,7 @@
namespace blink {
class RasterShapeIntervals {
+ WTF_MAKE_FAST_ALLOCATED(RasterShapeIntervals);
public:
RasterShapeIntervals(unsigned size, int offset = 0)
: m_offset(offset)
« no previous file with comments | « Source/core/layout/shapes/PolygonShape.h ('k') | Source/core/layout/svg/LayoutSVGInlineText.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698