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

Unified Diff: components/scheduler/child/worker_scheduler_impl.h

Issue 1238483003: Revert of Redirect the MessageLoop's task runner to the renderer scheduler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « components/scheduler/child/worker_scheduler.cc ('k') | components/scheduler/child/worker_scheduler_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/scheduler/child/worker_scheduler_impl.h
diff --git a/components/scheduler/child/worker_scheduler_impl.h b/components/scheduler/child/worker_scheduler_impl.h
index 2f9021729963487073e3a52d9762c4e4e9ff2716..5616a5469fe8faabe73bb8efb3629ed71d041843 100644
--- a/components/scheduler/child/worker_scheduler_impl.h
+++ b/components/scheduler/child/worker_scheduler_impl.h
@@ -18,13 +18,13 @@
namespace scheduler {
-class SchedulerTaskRunnerDelegate;
+class NestableSingleThreadTaskRunner;
class SCHEDULER_EXPORT WorkerSchedulerImpl : public WorkerScheduler,
public IdleHelper::Delegate {
public:
explicit WorkerSchedulerImpl(
- scoped_refptr<SchedulerTaskRunnerDelegate> main_task_runner);
+ scoped_refptr<NestableSingleThreadTaskRunner> main_task_runner);
~WorkerSchedulerImpl() override;
// WorkerScheduler implementation:
« no previous file with comments | « components/scheduler/child/worker_scheduler.cc ('k') | components/scheduler/child/worker_scheduler_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698