Index: third_party/WebKit/Source/core/animation/CompositorAnimationsImpl.h |
diff --git a/third_party/WebKit/Source/core/animation/CompositorAnimationsImpl.h b/third_party/WebKit/Source/core/animation/CompositorAnimationsImpl.h |
index cd85c7d1bf6205e104edaacf49524dc55a7590b4..7320bb91669a92bab951564f5934d4b319c92f3c 100644 |
--- a/third_party/WebKit/Source/core/animation/CompositorAnimationsImpl.h |
+++ b/third_party/WebKit/Source/core/animation/CompositorAnimationsImpl.h |
@@ -47,7 +47,7 @@ class CORE_EXPORT CompositorAnimationsImpl { |
STATIC_ONLY(CompositorAnimationsImpl); |
private: |
struct CompositorTiming { |
- DISALLOW_ALLOCATION(); |
+ DISALLOW_NEW(); |
void assertValid() const |
{ |
ASSERT(scaledDuration > 0); |