Index: cc/trees/layer_tree_host.cc |
diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc |
index 62d730b5895a0439de0b76d960565042da09fed0..f0236dd330f12cad9055f49b69373884e2044da9 100644 |
--- a/cc/trees/layer_tree_host.cc |
+++ b/cc/trees/layer_tree_host.cc |
@@ -124,7 +124,7 @@ LayerTreeHost::LayerTreeHost(InitParams* params) |
if (settings_.accelerated_animation_enabled) { |
if (settings_.use_compositor_animation_timelines) { |
- animation_host_ = AnimationHost::Create(ThreadInstance::MAIN); |
+ animation_host_ = AnimationHost::Create(); |
animation_host_->SetMutatorHostClient(this); |
} else { |
animation_registrar_ = AnimationRegistrar::Create(); |