| Index: cc/trees/single_thread_proxy.cc
|
| diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc
|
| index 1b57b350ce4c4a4e10275c61d846f21c264b9782..1e422cacb7f0e147d251af4429a5c93fa79fb446 100644
|
| --- a/cc/trees/single_thread_proxy.cc
|
| +++ b/cc/trees/single_thread_proxy.cc
|
| @@ -86,7 +86,8 @@ void SingleThreadProxy::SetLayerTreeHostClientReady() {
|
| scheduler_on_impl_thread_ = Scheduler::Create(this,
|
| scheduler_settings,
|
| layer_tree_host_->id(),
|
| - MainThreadTaskRunner());
|
| + MainThreadTaskRunner(),
|
| + base::PowerMonitor::Get());
|
| scheduler_on_impl_thread_->SetCanStart();
|
| scheduler_on_impl_thread_->SetVisible(layer_tree_host_impl_->visible());
|
| }
|
|
|