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

Unified Diff: third_party/WebKit/Source/platform/scheduler/child/web_task_runner_impl.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/Source/platform/scheduler/child/web_task_runner_impl.h
diff --git a/third_party/WebKit/Source/platform/scheduler/child/web_task_runner_impl.h b/third_party/WebKit/Source/platform/scheduler/child/web_task_runner_impl.h
index a62de61fd8ae266d88da38a7d00cfc90a4319735..e4080262a11879431ec4b24afbb4d00e7684949c 100644
--- a/third_party/WebKit/Source/platform/scheduler/child/web_task_runner_impl.h
+++ b/third_party/WebKit/Source/platform/scheduler/child/web_task_runner_impl.h
@@ -26,7 +26,7 @@ class PLATFORM_EXPORT WebTaskRunnerImpl : public WebTaskRunner {
void PostDelayedTask(const WebTraceLocation&,
base::OnceClosure,
double delay_ms) override;
- bool RunsTasksOnCurrentThread() override;
+ bool RunsTasksInCurrentSequence() override;
double VirtualTimeSeconds() const override;
double MonotonicallyIncreasingVirtualTimeSeconds() const override;
base::SingleThreadTaskRunner* ToSingleThreadTaskRunner() override;

Powered by Google App Engine
This is Rietveld 408576698