| Index: third_party/WebKit/Source/core/animation/AnimationTimeline.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/AnimationTimeline.cpp b/third_party/WebKit/Source/core/animation/AnimationTimeline.cpp
|
| index 74ab5662243682a2243e34d6e0d8715f0529ff1f..cb4fc166f0e209bf170be9a198cd7b52afe26787 100644
|
| --- a/third_party/WebKit/Source/core/animation/AnimationTimeline.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/AnimationTimeline.cpp
|
| @@ -79,7 +79,7 @@ AnimationTimeline::AnimationTimeline(Document* document, PlatformTiming* timing)
|
| else
|
| m_timing = timing;
|
|
|
| - if (RuntimeEnabledFeatures::compositorAnimationTimelinesEnabled() && Platform::current()->isThreadedAnimationEnabled())
|
| + if (Platform::current()->isThreadedAnimationEnabled())
|
| m_compositorTimeline = adoptPtr(CompositorFactory::current().createAnimationTimeline());
|
|
|
| ASSERT(document);
|
|
|