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

Unified Diff: components/scheduler/ppapi/webthread_impl_for_ppapi.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/ppapi/webthread_impl_for_ppapi.h
diff --git a/components/scheduler/ppapi/webthread_impl_for_ppapi.h b/components/scheduler/ppapi/webthread_impl_for_ppapi.h
index d85c02ae0ba915fd1f06233cfa2d6a797d18136c..426f3210f341e7847b8ac9bcec6475d378142293 100644
--- a/components/scheduler/ppapi/webthread_impl_for_ppapi.h
+++ b/components/scheduler/ppapi/webthread_impl_for_ppapi.h
@@ -16,7 +16,7 @@ class WebScheduler;
};
namespace scheduler {
-class SchedulerTaskRunnerDelegate;
+class SchedulerTqmDelegate;
class SingleThreadIdleTaskRunner;
class WebSchedulerImpl;
class WebTaskRunnerImpl;
@@ -43,7 +43,7 @@ class SCHEDULER_EXPORT WebThreadImplForPPAPI : public WebThreadBase {
base::MessageLoop::TaskObserver* observer) override;
blink::PlatformThreadId thread_id_;
- scoped_refptr<SchedulerTaskRunnerDelegate> task_runner_delegate_;
+ scoped_refptr<SchedulerTqmDelegate> task_runner_delegate_;
scoped_ptr<scheduler::WorkerScheduler> worker_scheduler_;
scoped_ptr<scheduler::WebSchedulerImpl> web_scheduler_;
scoped_refptr<base::SingleThreadTaskRunner> thread_task_runner_;
« no previous file with comments | « components/scheduler/common/scheduler_switches.cc ('k') | components/scheduler/ppapi/webthread_impl_for_ppapi.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698