Index: Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.h |
diff --git a/Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.h b/Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.h |
index 601b208f38ec2acb99db4b0cb6dbb3158dd17330..ec49ec3dc89a63dd32fb52d793c7ac5846b567f8 100644 |
--- a/Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.h |
+++ b/Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.h |
@@ -32,6 +32,7 @@ |
#include "platform/geometry/FloatPoint3D.h" |
#include "platform/graphics/GraphicsLayer.h" |
#include "platform/graphics/GraphicsLayerClient.h" |
+#include "wtf/Allocator.h" |
namespace blink { |
@@ -39,6 +40,7 @@ class DeprecatedPaintLayerCompositor; |
// A GraphicsLayerPaintInfo contains all the info needed to paint a partial subtree of Layers into a GraphicsLayer. |
struct GraphicsLayerPaintInfo { |
+ ALLOW_ONLY_INLINE_ALLOCATION(); |
DeprecatedPaintLayer* paintLayer; |
LayoutRect compositedBounds; |