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

Unified Diff: third_party/WebKit/Source/platform/scheduler/child/web_task_runner_impl.h

Issue 2876513002: Use WTF::TimeDelta to specify delays on WebTaskRunner (Closed)
Patch Set: mac fix 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 e4080262a11879431ec4b24afbb4d00e7684949c..d5ac48bca8bc35eda0fb2a54cc28bea9ea10fea7 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
@@ -23,9 +23,6 @@ class PLATFORM_EXPORT WebTaskRunnerImpl : public WebTaskRunner {
static RefPtr<WebTaskRunnerImpl> Create(scoped_refptr<TaskQueue> task_queue);
// WebTaskRunner implementation:
- void PostDelayedTask(const WebTraceLocation&,
- base::OnceClosure,
- double delay_ms) override;
bool RunsTasksInCurrentSequence() override;
double VirtualTimeSeconds() const override;
double MonotonicallyIncreasingVirtualTimeSeconds() const override;

Powered by Google App Engine
This is Rietveld 408576698