Index: Source/core/layout/LayoutGeometryMapStep.h |
diff --git a/Source/core/layout/LayoutGeometryMapStep.h b/Source/core/layout/LayoutGeometryMapStep.h |
index 2145bad41aeb423e7bd12fa96a87b4838cf1c021..4613d3747005def98f93b02291e4e0407ac9e2d6 100644 |
--- a/Source/core/layout/LayoutGeometryMapStep.h |
+++ b/Source/core/layout/LayoutGeometryMapStep.h |
@@ -29,6 +29,7 @@ |
#include "platform/geometry/LayoutSize.h" |
#include "platform/transforms/TransformationMatrix.h" |
+#include "wtf/Allocator.h" |
#include "wtf/OwnPtr.h" |
namespace blink { |
@@ -37,6 +38,7 @@ class LayoutObject; |
// Stores data about how to map from one layoutObject to its container. |
struct LayoutGeometryMapStep { |
+ ALLOW_ONLY_INLINE_ALLOCATION(); |
LayoutGeometryMapStep(const LayoutGeometryMapStep& o) |
: m_layoutObject(o.m_layoutObject) |
, m_offset(o.m_offset) |