Index: third_party/WebKit/Source/platform/scheduler/base/task_queue_impl.h |
diff --git a/third_party/WebKit/Source/platform/scheduler/base/task_queue_impl.h b/third_party/WebKit/Source/platform/scheduler/base/task_queue_impl.h |
index c6f2b29f5918544ddec4b74bf3a8032cbea5dd09..61f6136c0f59c0e26f5c3056123dfb5e2375b0e2 100644 |
--- a/third_party/WebKit/Source/platform/scheduler/base/task_queue_impl.h |
+++ b/third_party/WebKit/Source/platform/scheduler/base/task_queue_impl.h |
@@ -172,8 +172,9 @@ class BLINK_PLATFORM_EXPORT TaskQueueImpl final : public TaskQueue { |
} |
// Enqueues any delayed tasks which should be run now on the |
- // |delayed_work_queue|. Must be called from the main thread. |
- void MoveReadyDelayedTasksToDelayedWorkQueue(LazyNow* lazy_now); |
+ // |delayed_work_queue|. It also schedules the next wake up with the |
+ // TimeDomain. Must be called from the main thread. |
+ void WakeUpForDelayedWork(LazyNow* lazy_now); |
private: |
friend class WorkQueue; |