| 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 9bdfea96ae78fca127d1f8897c1871ee01bdff7f..a39322ed044df8afe22e3840c4424fa523c23db3 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,7 @@ class FakeWebTaskRunner : public WebTaskRunner {
|
| // WebTaskRunner implementation:
|
| void postTask(const WebTraceLocation&, Task*) override;
|
| void postDelayedTask(const WebTraceLocation&, Task*, double) override;
|
| + void postTask(const WebTraceLocation&, const base::Closure&) override;
|
| void postDelayedTask(const WebTraceLocation&,
|
| const base::Closure&,
|
| double) override;
|
|
|