| Index: third_party/WebKit/Source/platform/scheduler/child/scheduler_tqm_delegate_impl.h
|
| diff --git a/third_party/WebKit/Source/platform/scheduler/child/scheduler_tqm_delegate_impl.h b/third_party/WebKit/Source/platform/scheduler/child/scheduler_tqm_delegate_impl.h
|
| index 81de9f449d6ef5c4e5ddb48ba776da5292be1ccd..470c034429a8f7abdf23f0eac1f7cfcb089369bd 100644
|
| --- a/third_party/WebKit/Source/platform/scheduler/child/scheduler_tqm_delegate_impl.h
|
| +++ b/third_party/WebKit/Source/platform/scheduler/child/scheduler_tqm_delegate_impl.h
|
| @@ -28,10 +28,10 @@ class BLINK_PLATFORM_EXPORT SchedulerTqmDelegateImpl
|
| scoped_refptr<base::SingleThreadTaskRunner> task_runner) override;
|
| void RestoreDefaultTaskRunner() override;
|
| bool PostDelayedTask(const tracked_objects::Location& from_here,
|
| - const base::Closure& task,
|
| + base::OnceClosure task,
|
| base::TimeDelta delay) override;
|
| bool PostNonNestableDelayedTask(const tracked_objects::Location& from_here,
|
| - const base::Closure& task,
|
| + base::OnceClosure task,
|
| base::TimeDelta delay) override;
|
| bool RunsTasksOnCurrentThread() const override;
|
| bool IsNested() const override;
|
|
|