| 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 0a0152178daa0277f83ce57503e4dbbee97383c0..45ac0b9f6a6a50400398ba417ec42a0af2fb2e3b 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
|
| @@ -29,6 +29,9 @@ class BLINK_PLATFORM_EXPORT WebTaskRunnerImpl : public WebTaskRunner {
|
| void postDelayedTask(const WebTraceLocation& web_location,
|
| WebTaskRunner::Task* task,
|
| double delayMs) override;
|
| + void postDelayedTask(const WebTraceLocation&,
|
| + const base::Closure&,
|
| + double delayMs) override;
|
| bool runsTasksOnCurrentThread() override;
|
| double virtualTimeSeconds() const override;
|
| double monotonicallyIncreasingVirtualTimeSeconds() const override;
|
|
|