Index: Source/core/animation/AnimationClock.h |
diff --git a/Source/core/animation/AnimationClock.h b/Source/core/animation/AnimationClock.h |
index 020cc81c13ee69ab01f0c55621827e79b1608e9b..b99b7bdf276ecd665f2cf8ab6f8df7ee741a4b3e 100644 |
--- a/Source/core/animation/AnimationClock.h |
+++ b/Source/core/animation/AnimationClock.h |
@@ -32,6 +32,7 @@ |
#define AnimationClock_h |
#include "core/CoreExport.h" |
+#include "wtf/Allocator.h" |
#include "wtf/CurrentTime.h" |
#include "wtf/Noncopyable.h" |
#include "wtf/PassOwnPtr.h" |
@@ -40,6 +41,7 @@ |
namespace blink { |
class CORE_EXPORT AnimationClock { |
+ DISALLOW_ALLOCATION(); |
WTF_MAKE_NONCOPYABLE(AnimationClock); |
public: |
explicit AnimationClock(WTF::TimeFunction monotonicallyIncreasingTime = WTF::monotonicallyIncreasingTime) |