| Index: third_party/WebKit/Source/platform/scheduler/test/fake_web_task_runner.h
|
| diff --git a/third_party/WebKit/Source/platform/scheduler/test/fake_web_task_runner.h b/third_party/WebKit/Source/platform/scheduler/test/fake_web_task_runner.h
|
| index c48ceabc0246769cb10a9834ebb8156867132b87..9bdfea96ae78fca127d1f8897c1871ee01bdff7f 100644
|
| --- a/third_party/WebKit/Source/platform/scheduler/test/fake_web_task_runner.h
|
| +++ b/third_party/WebKit/Source/platform/scheduler/test/fake_web_task_runner.h
|
| @@ -24,6 +24,9 @@ class FakeWebTaskRunner : public WebTaskRunner {
|
| // WebTaskRunner implementation:
|
| void postTask(const WebTraceLocation&, Task*) override;
|
| void postDelayedTask(const WebTraceLocation&, Task*, double) override;
|
| + void postDelayedTask(const WebTraceLocation&,
|
| + const base::Closure&,
|
| + double) override;
|
| bool runsTasksOnCurrentThread() override;
|
| std::unique_ptr<WebTaskRunner> clone() override;
|
| double virtualTimeSeconds() const override;
|
|
|