Index: cc/trees/thread_proxy.cc |
diff --git a/cc/trees/thread_proxy.cc b/cc/trees/thread_proxy.cc |
index 34283c9212da3a798c0f11d87a5634ddbfd26058..24286e17581811a258d65f549df0e7b0b72a6c4a 100644 |
--- a/cc/trees/thread_proxy.cc |
+++ b/cc/trees/thread_proxy.cc |
@@ -1183,7 +1183,8 @@ void ThreadProxy::InitializeImplOnImplThread(CompletionEvent* completion) { |
impl().scheduler = Scheduler::Create(this, |
scheduler_settings, |
impl().layer_tree_host_id, |
- ImplThreadTaskRunner()); |
+ ImplThreadTaskRunner(), |
+ base::PowerMonitor::Get()); |
impl().scheduler->SetVisible(impl().layer_tree_host_impl->visible()); |
impl_thread_weak_ptr_ = impl().weak_factory.GetWeakPtr(); |