Index: Source/core/style/StyleMotionData.h |
diff --git a/Source/core/style/StyleMotionData.h b/Source/core/style/StyleMotionData.h |
index 0fcafa1efc3c9e33a76f5273160738c7d3eb9708..cac7bd48c9f63c2fc926775b96b2ff9386fc25f1 100644 |
--- a/Source/core/style/StyleMotionData.h |
+++ b/Source/core/style/StyleMotionData.h |
@@ -8,10 +8,12 @@ |
#include "core/style/ComputedStyleConstants.h" |
#include "core/style/StyleMotionPath.h" |
#include "platform/Length.h" |
+#include "wtf/Allocator.h" |
namespace blink { |
class StyleMotionData { |
+ DISALLOW_ALLOCATION(); |
public: |
StyleMotionData(StyleMotionPath* path, const Length& offset, float rotation, MotionRotationType rotationType) |
: m_path(path) |