Index: Source/core/paint/BackgroundImageGeometry.h |
diff --git a/Source/core/paint/BackgroundImageGeometry.h b/Source/core/paint/BackgroundImageGeometry.h |
index b4ed796d9224eb2bc0d43fcc3c429c03d33591bc..0cd72a3538e62d28f604ffacac254cfbd208e0a5 100644 |
--- a/Source/core/paint/BackgroundImageGeometry.h |
+++ b/Source/core/paint/BackgroundImageGeometry.h |
@@ -8,10 +8,12 @@ |
#include "platform/geometry/IntPoint.h" |
#include "platform/geometry/IntRect.h" |
#include "platform/geometry/IntSize.h" |
+#include "wtf/Allocator.h" |
namespace blink { |
class BackgroundImageGeometry { |
+ STACK_ALLOCATED(); |
public: |
BackgroundImageGeometry() |
: m_hasNonLocalGeometry(false) |