| Index: third_party/WebKit/public/platform/scheduler/utility/webthread_impl_for_utility_thread.h
|
| diff --git a/third_party/WebKit/public/platform/scheduler/utility/webthread_impl_for_utility_thread.h b/third_party/WebKit/public/platform/scheduler/utility/webthread_impl_for_utility_thread.h
|
| index 037ea91ddd59a63efc891d8f6a5e3d4737967aeb..30498aecbea5680328404e451227a83a806d78e0 100644
|
| --- a/third_party/WebKit/public/platform/scheduler/utility/webthread_impl_for_utility_thread.h
|
| +++ b/third_party/WebKit/public/platform/scheduler/utility/webthread_impl_for_utility_thread.h
|
| @@ -26,6 +26,7 @@ class BLINK_PLATFORM_EXPORT WebThreadImplForUtilityThread
|
| // WebThreadBase implementation.
|
| base::SingleThreadTaskRunner* GetTaskRunner() const override;
|
| scheduler::SingleThreadIdleTaskRunner* GetIdleTaskRunner() const override;
|
| + void Init() override;
|
|
|
| private:
|
| scoped_refptr<base::SingleThreadTaskRunner> task_runner_;
|
|
|