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

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

Issue 1424053002: Adds a flag to support "Virtual Time" to the blink scheduler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 1 month 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: components/scheduler/child/webthread_impl_for_worker_scheduler.h
diff --git a/components/scheduler/child/webthread_impl_for_worker_scheduler.h b/components/scheduler/child/webthread_impl_for_worker_scheduler.h
index f6ab21fd0e4ee2bb61b008136364a914e9a1e32f..5075313a5d2653af92899563beffcd9cbda485eb 100644
--- a/components/scheduler/child/webthread_impl_for_worker_scheduler.h
+++ b/components/scheduler/child/webthread_impl_for_worker_scheduler.h
@@ -17,7 +17,7 @@ class WebScheduler;
};
namespace scheduler {
-class SchedulerTaskRunnerDelegate;
+class SchedulerTqmDelegate;
class SingleThreadIdleTaskRunner;
class WebSchedulerImpl;
class WebTaskRunnerImpl;
@@ -57,7 +57,7 @@ class SCHEDULER_EXPORT WebThreadImplForWorkerScheduler
scoped_refptr<base::SingleThreadTaskRunner> thread_task_runner_;
scoped_refptr<base::SingleThreadTaskRunner> task_runner_;
scoped_refptr<scheduler::SingleThreadIdleTaskRunner> idle_task_runner_;
- scoped_refptr<SchedulerTaskRunnerDelegate> task_runner_delegate_;
+ scoped_refptr<SchedulerTqmDelegate> task_runner_delegate_;
scoped_ptr<WebTaskRunnerImpl> web_task_runner_;
};

Powered by Google App Engine
This is Rietveld 408576698