| Index: Source/core/animation/CompositorAnimationsImpl.h
|
| diff --git a/Source/core/animation/CompositorAnimationsImpl.h b/Source/core/animation/CompositorAnimationsImpl.h
|
| index cbfe62290059867da5309519665883a92e0c46c0..cd85c7d1bf6205e104edaacf49524dc55a7590b4 100644
|
| --- a/Source/core/animation/CompositorAnimationsImpl.h
|
| +++ b/Source/core/animation/CompositorAnimationsImpl.h
|
| @@ -37,14 +37,17 @@
|
| #include "core/animation/Timing.h"
|
| #include "platform/animation/TimingFunction.h"
|
| #include "public/platform/WebCompositorAnimation.h"
|
| +#include "wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
| class WebCompositorAnimationCurve;
|
|
|
| class CORE_EXPORT CompositorAnimationsImpl {
|
| + STATIC_ONLY(CompositorAnimationsImpl);
|
| private:
|
| struct CompositorTiming {
|
| + DISALLOW_ALLOCATION();
|
| void assertValid() const
|
| {
|
| ASSERT(scaledDuration > 0);
|
|
|