Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(369)

Unified Diff: third_party/WebKit/public/platform/scheduler/child/single_thread_idle_task_runner.h

Issue 2798563003: [scheduler] Add TaskQueue::Observer (Closed)
Patch Set: add todo for test timings & wake_up -> wake-up in comments Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698