Index: Source/core/css/CSSImageGeneratorValue.h |
diff --git a/Source/core/css/CSSImageGeneratorValue.h b/Source/core/css/CSSImageGeneratorValue.h |
index 93f31566fa0a7f9ae85dab26b3bb628f2d7a439c..f664d137220f8e8fb9c009829c1d2d1203dae02d 100644 |
--- a/Source/core/css/CSSImageGeneratorValue.h |
+++ b/Source/core/css/CSSImageGeneratorValue.h |
@@ -39,6 +39,7 @@ class Image; |
class LayoutObject; |
struct SizeAndCount { |
+ DISALLOW_ALLOCATION(); |
SizeAndCount(IntSize newSize = IntSize(), int newCount = 0) |
: size(newSize) |
, count(newCount) |