| Index: cc/trees/thread_proxy.cc
|
| diff --git a/cc/trees/thread_proxy.cc b/cc/trees/thread_proxy.cc
|
| index 521d4cc199f1802e64d4c25f7beb392b1c2a7040..5e94ebc8f4ab3291fe3b540a6a3a2ffc0369757b 100644
|
| --- a/cc/trees/thread_proxy.cc
|
| +++ b/cc/trees/thread_proxy.cc
|
| @@ -1176,6 +1176,8 @@ void ThreadProxy::InitializeImplOnImplThread(CompletionEvent* completion) {
|
| settings.timeout_and_draw_when_animation_checkerboards;
|
| scheduler_settings.using_synchronous_renderer_compositor =
|
| settings.using_synchronous_renderer_compositor;
|
| + scheduler_settings.throttle_frame_production =
|
| + settings.throttle_frame_production;
|
| scheduler_on_impl_thread_ = Scheduler::Create(this, scheduler_settings);
|
| scheduler_on_impl_thread_->SetVisible(layer_tree_host_impl_->visible());
|
|
|
|
|