| Index: Source/core/style/StyleScrollSnapData.h
|
| diff --git a/Source/core/style/StyleScrollSnapData.h b/Source/core/style/StyleScrollSnapData.h
|
| index 90c74b5e0b229f143094be30ebe637c2cb2c99cc..52fd4ad4b4ded509a1ec8f4e2badd2c6b959911a 100644
|
| --- a/Source/core/style/StyleScrollSnapData.h
|
| +++ b/Source/core/style/StyleScrollSnapData.h
|
| @@ -27,12 +27,14 @@
|
| #define StyleScrollSnapData_h
|
|
|
| #include "platform/LengthPoint.h"
|
| +#include "wtf/Allocator.h"
|
| #include "wtf/RefCounted.h"
|
| #include "wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
| struct ScrollSnapPoints {
|
| + DISALLOW_ALLOCATION();
|
| Length repeatOffset;
|
| bool hasRepeat;
|
| bool usesElements;
|
|
|