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

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

Issue 2823103003: Introduce TaskRunner::RunsTasksInCurrentSequence() (Closed)
Patch Set: rebase & remove inline keyword Created 3 years, 7 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 8fd8ab10f6bcc0e932c4dc9a3a3173526e071c45..032e40aee638c9aa0905f7b9e0ac236f351ed2a1 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
@@ -80,7 +80,7 @@ class SingleThreadIdleTaskRunner
const tracked_objects::Location& from_here,
const IdleTask& idle_task);
- bool RunsTasksOnCurrentThread() const;
+ bool RunsTasksInCurrentSequence() const;
void SetBlameContext(base::trace_event::BlameContext* blame_context);

Powered by Google App Engine
This is Rietveld 408576698