Index: third_party/WebKit/public/platform/scheduler/child/single_thread_idle_task_runner.h |
diff --git a/third_party/WebKit/public/platform/scheduler/child/single_thread_idle_task_runner.h b/third_party/WebKit/public/platform/scheduler/child/single_thread_idle_task_runner.h |
index 4fd615dff5c1d6660a64c11ac51fa9c52d40cfe0..8045e0d851ba32f37e5537d450f8e869a45dd984 100644 |
--- a/third_party/WebKit/public/platform/scheduler/child/single_thread_idle_task_runner.h |
+++ b/third_party/WebKit/public/platform/scheduler/child/single_thread_idle_task_runner.h |
@@ -71,8 +71,8 @@ class SingleThreadIdleTaskRunner |
const IdleTask& idle_task); |
// |idle_task| is eligible to run after the next time an idle period starts |
- // after |delay|. Note this has after wakeup semantics, i.e. unless something |
- // else wakes the CPU up, this won't run. |
+ // after |delay|. Note this has after wake_up semantics, i.e. unless |
Sami
2017/04/05 13:16:52
Ditto.
altimin
2017/04/05 13:55:18
Done.
|
+ // something else wakes the CPU up, this won't run. |
virtual void PostDelayedIdleTask(const tracked_objects::Location& from_here, |
const base::TimeDelta delay, |
const IdleTask& idle_task); |