| Index: third_party/WebKit/Source/platform/scheduler/utility/webthread_impl_for_utility_thread.cc
|
| diff --git a/third_party/WebKit/Source/platform/scheduler/utility/webthread_impl_for_utility_thread.cc b/third_party/WebKit/Source/platform/scheduler/utility/webthread_impl_for_utility_thread.cc
|
| index 8321d9790dedc310f11aaeba70c3daf40656c9c2..b1a64834338402b0610481069cd75c956ef06cda 100644
|
| --- a/third_party/WebKit/Source/platform/scheduler/utility/webthread_impl_for_utility_thread.cc
|
| +++ b/third_party/WebKit/Source/platform/scheduler/utility/webthread_impl_for_utility_thread.cc
|
| @@ -35,5 +35,7 @@ WebThreadImplForUtilityThread::GetIdleTaskRunner() const {
|
| return nullptr;
|
| }
|
|
|
| +void WebThreadImplForUtilityThread::Init() {}
|
| +
|
| } // namespace scheduler
|
| } // namespace blink
|
|
|