Index: Source/core/layout/compositing/GraphicsLayerTreeBuilder.h |
diff --git a/Source/core/layout/compositing/GraphicsLayerTreeBuilder.h b/Source/core/layout/compositing/GraphicsLayerTreeBuilder.h |
index ad493beca986f7d1e94fb54ecd489ea432ae0f48..df14fc0dd182bc4a6a9c94333f174f078e280778 100644 |
--- a/Source/core/layout/compositing/GraphicsLayerTreeBuilder.h |
+++ b/Source/core/layout/compositing/GraphicsLayerTreeBuilder.h |
@@ -28,17 +28,20 @@ |
#define GraphicsLayerTreeBuilder_h |
#include "platform/graphics/GraphicsLayer.h" |
+#include "wtf/Allocator.h" |
namespace blink { |
class DeprecatedPaintLayer; |
class GraphicsLayerTreeBuilder { |
+ STACK_ALLOCATED(); |
public: |
GraphicsLayerTreeBuilder(); |
~GraphicsLayerTreeBuilder(); |
struct AncestorInfo { |
+ STACK_ALLOCATED(); |
AncestorInfo() |
: enclosingCompositedLayer(nullptr) |
, childLayersOfEnclosingCompositedLayer(nullptr) |