| Index: third_party/WebKit/public/platform/scheduler/child/webthread_base.h
|
| diff --git a/third_party/WebKit/public/platform/scheduler/child/webthread_base.h b/third_party/WebKit/public/platform/scheduler/child/webthread_base.h
|
| index 3b7a42012180c5819552977344d45f734efed68e..76774e71bebf89701eff8dd7156317c9868d4cb8 100644
|
| --- a/third_party/WebKit/public/platform/scheduler/child/webthread_base.h
|
| +++ b/third_party/WebKit/public/platform/scheduler/child/webthread_base.h
|
| @@ -28,6 +28,8 @@ class BLINK_PLATFORM_EXPORT WebThreadBase : public WebThread {
|
| base::Thread::Options options);
|
| static std::unique_ptr<WebThreadBase> CreateCompositorThread(
|
| base::Thread::Options options);
|
| + // Must be called on utility thread.
|
| + static std::unique_ptr<WebThreadBase> InitializeUtilityThread();
|
|
|
| // WebThread implementation.
|
| bool IsCurrentThread() const override;
|
|
|