| Index: components/scheduler/base/time_domain.h
|
| diff --git a/components/scheduler/base/time_domain.h b/components/scheduler/base/time_domain.h
|
| index 3938891e8988ed3d96042b5ac1c10805a958c2ee..3b8db03e5c56f729b1042366faa31fa96afc7ba3 100644
|
| --- a/components/scheduler/base/time_domain.h
|
| +++ b/components/scheduler/base/time_domain.h
|
| @@ -104,7 +104,8 @@ class SCHEDULER_EXPORT TimeDomain {
|
|
|
| // Updates active queues associated with this TimeDomain.
|
| void UpdateWorkQueues(bool should_trigger_wakeup,
|
| - const internal::TaskQueueImpl::Task* previous_task);
|
| + const internal::TaskQueueImpl::Task* previous_task,
|
| + LazyNow lazy_now);
|
|
|
| // Called by the TaskQueueManager when the TimeDomain is registered.
|
| virtual void OnRegisterWithTaskQueueManager(
|
|
|