Index: cc/trees/thread_proxy.cc |
diff --git a/cc/trees/thread_proxy.cc b/cc/trees/thread_proxy.cc |
index 6e1a0d9a9d6c15afe87bcff657bd44a397fcc561..ff2ca46615e8e2971beeb4b28d791fa6e5dce06c 100644 |
--- a/cc/trees/thread_proxy.cc |
+++ b/cc/trees/thread_proxy.cc |
@@ -1165,7 +1165,8 @@ void ThreadProxy::InitializeImplOnImplThread(CompletionEvent* completion) { |
DCHECK(IsImplThread()); |
impl().layer_tree_host_impl = |
layer_tree_host()->CreateLayerTreeHostImpl(this); |
- SchedulerSettings scheduler_settings(layer_tree_host()->settings()); |
+ SchedulerSettings scheduler_settings( |
+ layer_tree_host()->settings().ToSchedulerSettings()); |
impl().scheduler = Scheduler::Create( |
this, |
scheduler_settings, |