| Index: cc/thread_proxy.cc
|
| diff --git a/cc/thread_proxy.cc b/cc/thread_proxy.cc
|
| index ed45ac656f1e8cef5baa9c7cbf0c1301b50cffe6..aff8e9a4e351605420c57e51fe8ac4d6dd8365a6 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().implSidePainting);
|
| m_schedulerOnImplThread->setVisible(m_layerTreeHostImpl->visible());
|
|
|
| m_inputHandlerOnImplThread = scoped_ptr<InputHandler>(handler);
|
|
|