Index: Source/core/layout/compositing/CompositedSelectionBound.h |
diff --git a/Source/core/layout/compositing/CompositedSelectionBound.h b/Source/core/layout/compositing/CompositedSelectionBound.h |
index 10d25af08ef0edc55256eef4c37301dcf4859672..54cc7e0c60d4ad8f1d9ada08baa775bf0ae346cf 100644 |
--- a/Source/core/layout/compositing/CompositedSelectionBound.h |
+++ b/Source/core/layout/compositing/CompositedSelectionBound.h |
@@ -33,10 +33,12 @@ |
#include "platform/geometry/FloatPoint.h" |
#include "platform/graphics/GraphicsLayer.h" |
+#include "wtf/Allocator.h" |
namespace blink { |
struct CompositedSelectionBound { |
+ STACK_ALLOCATED(); |
CompositedSelectionBound() |
: layer(nullptr) |
, isTextDirectionRTL(false) |