| Index: cc/thread_proxy.cc
|
| diff --git a/cc/thread_proxy.cc b/cc/thread_proxy.cc
|
| index 2618400e9892c986af41d146b1cbfe0d694235b1..f8d16f0e4554219e4b30eb1d58f4ac4a698addea 100644
|
| --- a/cc/thread_proxy.cc
|
| +++ b/cc/thread_proxy.cc
|
| @@ -918,7 +918,8 @@ void ThreadProxy::initializeImplOnImplThread(CompletionEvent* completion, InputH
|
| frameRateController.reset(new FrameRateController(DelayBasedTimeSource::create(displayRefreshInterval, Proxy::implThread())));
|
| else
|
| frameRateController.reset(new FrameRateController(Proxy::implThread()));
|
| - m_schedulerOnImplThread = Scheduler::create(this, frameRateController.Pass());
|
| + m_schedulerOnImplThread = Scheduler::create(this, frameRateController.Pass(),
|
| + m_layerTreeHost->settings());
|
| m_schedulerOnImplThread->setVisible(m_layerTreeHostImpl->visible());
|
|
|
| m_inputHandlerOnImplThread = scoped_ptr<InputHandler>(handler);
|
|
|